🔓 JWT Decoder
Decode and inspect JSON Web Tokens (JWT)
JWT Decoder
Paste a JWT token above and click "Decode" to see its contents
About JWT:
- JWT (JSON Web Token) is used for secure authentication
- This tool only decodes the token, it does NOT verify the signature
- Never share your JWT tokens as they contain sensitive information
- Check the 'exp' claim to see when the token expires