JWT Decoder
Decode a JSON Web Token to read its header and payload — locally, without verifying the signature.
Header
Payload
How to use
Paste a JSON Web Token to see its decoded header and payload. Timestamp claims like exp and iat are annotated with readable dates. This decodes only — it does not verify the signature — and runs entirely in your browser, so tokens never leave your device.