You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the function always returns a Promise instead of a bool, it effectively allows us to pass signature validation no matter the result of the function itself.
Todo
Await signature verification in backend
The text was updated successfully, but these errors were encountered:
Context
We are currently not awaiting the
verifyApiSignature
function in the Admin API middleware:rafiki/packages/backend/src/app.ts
Lines 386 to 393 in b83ac58
Since the function always returns a Promise instead of a bool, it effectively allows us to pass signature validation no matter the result of the function itself.
Todo
backend
The text was updated successfully, but these errors were encountered: