// paste your jwt token
Ready — paste a JWT token above
// header
Waiting for token...
// payload
Waiting for token...

About this tool

JWT (JSON Web Token) is an open standard for securely transmitting information as a JSON object. This tool lets you inspect any JWT token without sending it anywhere — everything is decoded locally in your browser using the Web Crypto API.


Features:

Common JWT Claims

issIssuer — who issued the token
subSubject — who the token is about
audAudience — intended recipient
expExpiration time (Unix timestamp)
iatIssued at (Unix timestamp)
nbfNot before (Unix timestamp)
jtiJWT ID — unique token identifier