Decode JWT header and payload locally in your browser.
Decoded header
{
"alg": "HS256",
"typ": "JWT"
}Decoded payload
{
"name": "John Doe",
"iat": 1516239022
}Token valid
Yes
Signature part
Present
Time checks
Available
exp/iat/nbf are shown when present.
Token time summary
Issued at: Thu, 18 Jan 2018 01:30:22 GMT