-
Describe the bug To Reproduce I've kept it very simple: Expected behavior |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You need to let jwt.io know the key in order for it to verify the signature. |
Beta Was this translation helpful? Give feedback.
You need to let jwt.io know the key in order for it to verify the signature.
Just paste the base64 encoded key into the text box on the bottom right saying "your-256-bit-secret".
java.util.Base64.getEncoder().encodeToString(key.getEncoded());