JWT Decoder
Inspect a JWT's header and payload — 100% in your browser, your tokens never leave your machine
ENCODED TOKEN
Issued: Thu, 18 Jan 2018 01:30:22 GMT
HEADER
{
"alg": "HS256",
"typ": "JWT"
}PAYLOAD
{
"sub": "1234567890",
"name": "John Doe",
"iat": 1516239022
}SIGNATURE (not verified — needs the secret key)
SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c