JWT Decoder
LiveDecode JWT header and payload locally.
Decoding happens locally. The signature is not verified — never trust an unverified token on the server.
Issued at1/18/2018, 1:30:22 AM
{
"alg": "HS256",
"typ": "JWT"
}{
"sub": "1234567890",
"name": "On9Tools",
"iat": 1516239022
}