Decode and inspect JSON Web Tokens. No data leaves your browser - everything is decoded client-side using standard base64 decoding.
Or try the sample token to see how the debugger works.
All decoding runs entirely in your browser using standard base64 decoding. No tokens are ever sent to any server.
This tool decodes tokens for inspection. It does not verify signatures. Never trust a JWT without server-side verification.