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
{{ message }}
This repository has been archived by the owner on Sep 22, 2020. It is now read-only.
When using did-auth-jose with RSA keys, here's how I had to use the
Authentication
class:A few questions, mostly about API design:
getAuthenticatedRequest
method somehow?key
to this method? Didn't I already pass my keys in in the constructor?getVerifiedRequest
really the best method name? How about likedecryptAndVerifyMessage
or something?responseMessage.request
the best property name? It was weird to me, because it was really a response I was decrypting/decoding.verifiedRequest
into thegetAuthenticatedResponse
method? Is it so that a nonce can be included in the response?The text was updated successfully, but these errors were encountered: