JWT Decoder
Split a JSON Web Token and pretty-print its header and payload, with timestamps rendered as dates.
Token
empty
Decoded
empty
This decodes only — it does not verify the signature. Never trust an unverified token’s claims.
Split a JSON Web Token and pretty-print its header and payload, with timestamps rendered as dates.
This decodes only — it does not verify the signature. Never trust an unverified token’s claims.