JWT Decoder

Decode and inspect JSON Web Tokens

About JWT

• JWT consists of three parts: Header, Payload, and Signature

• Parts are separated by dots (.)

• Common claims: iss (issuer), exp (expiration), sub (subject)