📢 728×90 Ad
Paste your JWT token
📢 300×250 Rectangle Ad

ℹ️ About this tool

This JWT Decoder decodes JSON Web Tokens entirely in your browser — no data is ever sent to any server. It splits the token into its three parts (header, payload, signature), base64url-decodes the header and payload, and displays them as formatted JSON. If the payload contains an exp claim the tool shows the expiry date and whether the token is still valid. The iat (issued at) timestamp is shown if present. Note: this tool only decodes — it does not verify the signature.