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
gives an example for encrypting a JWT toekn in a JWE container, and the example tells us to do this:
// Encrypt(jwa.RSA_OAEP, key.PublicKey).
But I think this might be wrong. Encrypt() wants an EncryptionOption which is not implemented
by the algorithm or the the key. Instead, I think this what is intended.
This comment here
gives an example for encrypting a JWT toekn in a JWE container, and the example tells us to do this:
But I think this might be wrong. Encrypt() wants an
EncryptionOption
which is not implementedby the algorithm or the the key. Instead, I think this what is intended.
The text was updated successfully, but these errors were encountered: