⚠ Keep tokens and secrets within this internal tool — never paste them on public sites.
Debug JWT
🔒 Your data never leaves your browser — all processing happens locally.
■ Header■ Payload■ Signature
The browser fetches the JWKS directly and matches the key by kid from the JWT header. If CORS blocks the request, a lightweight server proxy is used (only the public JWKS URL is proxied — your token never leaves the browser).
Paste a JWT token on the left to see the decoded header, payload and claims.