Decode and debug JSON Web Tokens (JWT). View header, payload, and signature with formatted output.
iss
Issuer - who created the token
sub
Subject - whom the token refers to
aud
Audience - who should accept the token
exp
Expiration - when token expires
nbf
Not Before - when token becomes valid
iat
Issued At - when token was created
jti
JWT ID - unique identifier