🔐
JWT Decoder
Decode and inspect JSON Web Tokens. View header, payload, and expiration status.
JWT Token
JWT Structure:
header.payload.signature
Each part is Base64URL encoded. The signature is created by signing the header and payload with a secret key.