JWT decoder
Decode the header and payload of a JSON Web Token and read its timestamps as real dates. Decoding only — the signature is never verified, so never trust a token you have not validated server-side.
Runs entirely in your browser — nothing is uploaded or stored.
Token