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.