JWT Decoding and Verification

Feedback

          

          

          
Options
Note: RS/ES verification expects the public key to be PEM or JWK. Signature validity cannot be guaranteed without the appropriate key.

📖 Description

Used to decode and verify JSON Web Tokens.

Paste a complete JWT string in the "Input JWT" box.

The tool will automatically parse and display the header, payload, and signature contents.

Verifying the signature requires the correct private/public key; if you only want to view the header/payload, click "Decode."