02 / JWT
JWT Decoder
Inspect token headers, payloads, and claims. Signature is NOT verified.
🔒 Your token never leaves this page
02.01
JWT Decoder
Paste any JWT to see its decoded header and payload. Useful for debugging auth tokens and checking expiry claims.

⚠️ Does NOT verify the signature. Never trust a token based solely on its decoded content.
READ-ONLY