JWT Decoder
Decode JSON Web Tokens locally
Header
{
"alg": "HS256",
"typ": "JWT"
}Payload
{
"sub": "1234567890",
"name": "John Doe",
"iat": 1516239022
}Issued: 1/18/2018, 1:30:22 AM
Decoded entirely in your browser. Nothing sent to any server.