All tools
Decodificador JWT
Inspecciona header, payload y expiración de un JWT.
Decodes header and payload only — signature is never verified.
Header
{
"alg": "HS256",
"typ": "JWT"
}
Payload
{
"iat": 1516239022,
"name": "John Doe",
"sub": "1234567890"
}
Signature
SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJVadQssg5P