JWT Inspector
Decode and inspect JSON Web Tokens (JWT). Paste your token below to view the decoded header and payload. (Note: Signature is not verified).
What is the JWT Inspector?
The JWT Inspector decodes JSON Web Tokens to reveal their underlying Header and Payload data structures, allowing developers to inspect claims and expiration times.
How to use it
- Paste your base64-encoded JWT string into the input area.
- Click "Decode JWT".
- Review the formatted JSON output for the header and payload.