JWT Debugger

Decode, inspect and build JSON Web Tokens

No exp claimHS256

Header

{
  "alg": "HS256",
  "typ": "JWT"
}

Payload

sub1234567890
nameJohn Doe
iat1516239022

Signature

SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5cSignature not verified client-side