Steps
- 1Paste the complete three-part token into the input area.
- 2Select Decode JWT to parse the Base64URL header and payload.
- 3Review the algorithm, subject, roles, issued time, and expiration details.
Decode and inspect JWT tokens, including header, payload, and expiration time.
Decode a JSON Web Token into readable header and payload data, inspect registered claims, and check whether the exp timestamp has passed.
The JWT is decoded locally in your browser and is not uploaded by the tool. Treat every pasted token as sensitive.