How to use it
- Paste the JWT into the input area.
- Inspect header and payload output.
- Check date claims and permission fields.
Developer tool
Paste a JWT token and inspect its header, payload and signature information as readable JSON.
Quick guide
JWT tokens usually contain header, payload and signature parts. The decoder turns header and payload into readable JSON and helps interpret date claims like exp and iat.
No. This tool makes content readable; it does not verify the signature.
Always mask production tokens before sharing.
Similar tools