JWT Decoder
Decode and inspect JSON Web Tokens
π‘ What is a JWT?
JSON Web Tokens are used for authentication. They contain a header, payload (claims), and signature.
π Decoding happens locally. Your tokens never leave your browser.
Decode and inspect JSON Web Tokens
JSON Web Tokens are used for authentication. They contain a header, payload (claims), and signature.