JWT Decoder

Paste a JSON Web Token below to instantly view its decoded header, payload, and expiration status.

Header

        
Payload

        
About the signature: The signature cannot be verified in your browser without the server's secret key. This tool decodes the header and payload only, which are not encrypted — anyone with the token can already read this information. Never assume a JWT's contents are private.
This tool decodes tokens entirely in your browser. Nothing you paste here is ever sent to a server or logged.