Decode JWT tokens to view their header and payload. Useful for debugging and inspection.
Runs in your browser · No data sent anywhereJWT consists of three parts separated by dots (.):
Note: This tool only decodes the JWT. It cannot verify signatures without the secret key.
Yes, once decoded, the tool displays the payload, which typically includes the exp (expiration) claim.
Yes, because the decoding happens entirely in your browser and no data is ever sent to a server.