JWT Decoder
Paste JWT left — decoded header/payload right. No upload.
JWT Input
Decoded
Header:
{
"alg": "HS256",
"typ": "JWT"
}Payload:
{
"sub": "1234567890",
"name": "John Doe",
"iat": 1516239022
}Paste JWT left — decoded header/payload right. No upload.
{
"alg": "HS256",
"typ": "JWT"
}{
"sub": "1234567890",
"name": "John Doe",
"iat": 1516239022
}