How to use
- Paste a JWT (optionally with Bearer prefix).
- Inspect header claims and payload JSON.
- Remember: this does not prove the token is authentic.
FAQ
Do you verify signatures?
No. Verification would require secrets/keys and could be misread as a trust oracle. This tool only decodes.
Stored?
Never — processed in memory for the request.