Replies: 2 comments 2 replies
-
Seems like your key is malformed? Please carefully read your exception message. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Seems like you think you are using Hmac Sha256 but you imported RSA Sha256.
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
imdhemy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Context
Creating and validating a JWT token using Symmetric signer configuration.
Error
On validating the key with
SignedWith
constraint, the following error is thrown:Source code
Question
How to validate such JWT?
Beta Was this translation helpful? Give feedback.
All reactions