Decode and inspect JSON Web Tokens. This tool only decodes - it does not validate signatures.
JSON Web Token (JWT) is a compact, URL-safe means of representing claims to be transferred between two parties.
Algorithm & token type (e.g., HS256, JWT)
Claims data (sub, exp, iat, custom fields)
Cryptographic verification of token integrity