JWT Decoder
JWT Decoder splits a JSON Web Token into its three parts and base64url-decodes the header and payload into readable JSON, right in your browser. Paste a token and it shows the algorithm and claims, plus an expiry banner that reads the exp claim to tell you whether the token is still valid. It decodes only and does not verify the signature.
This tool only decodes the JWT. It does not verify the signature. Never paste sensitive production tokens into online tools.
How was this tool?
Your feedback helps us improve JWT Decoder.
