JWT Decoder
Decode and inspect JSON Web Tokens. View header, payload, and expiration status.
About JWTs
JSON Web Tokens (JWT) are compact, URL-safe tokens used for authentication and information exchange. A JWT has three parts: header (algorithm info), payload (claims), and signature. This decoder shows all parts and checks the expiration claim.