All tools
Converters
JWT Decoder
Decode and inspect JWTs.
Header
{
"alg": "HS256",
"typ": "JWT"
}Payload
{
"sub": "1234",
"name": "John",
"iat": 1516
}