JWT Decoder
Decode header and payload. Signature verification requires a key and is not performed.
Token
Header
Payload
How to Decode JWT Tokens?
- Paste your JWT token in the Token text area.
- Click Decode to extract header and payload.
- View the decoded header and payload in JSON format.
- Click Copy Header or Copy Payload to copy specific parts.
- Note: Signature verification is not performed (requires secret key).