Skip to content

How do I verify a SecretKey signature on jwt.io ? #860

Closed Answered by laurids
emt2dev asked this question in Q&A
Discussion options

You must be logged in to vote

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());

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by lhazlewood
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #859 on October 09, 2023 16:17.