JWT Decoder
Decode JWT tokens and inspect header, payload and expiry. No signature verification.
Loading tool…
How to use JWT Decoder
- 1Paste your JWT token (the full eyJ... string) into the input field.
- 2The header and payload are decoded from Base64URL and displayed as formatted JSON.
- 3If the payload contains an "exp" claim, the expiry datetime is shown in human-readable format.
- 4Note: this tool decodes only — it does not verify the signature.