JWT Input
Ready to decode JWT
Decoded
Validation
Standard Claims
Header
{/* Header will be displayed here */}
Payload
{/* Payload will be displayed here */}
Signature
{/* Signature will be displayed here */}
Token Validation
No JWT decoded yet
Standard Claims
iss (Issuer)
—
Entity that issued the token
sub (Subject)
—
Subject of the token
aud (Audience)
—
Intended recipient of the token
exp (Expiration)
—
Token expiration timestamp
nbf (Not Before)
—
Token valid after timestamp
iat (Issued At)
—
Token issuance timestamp
jti (JWT ID)
—
Unique identifier for the token