DevTools

JWT Decoder

Decode JSON Web Tokens client-side. No data is ever sent to our server.

Encoded Token
Security Note

This JWT decoder works entirely in your browser. We never store your tokens or send them to any server. However, you should still be cautious about pasting sensitive tokens (like those containing private keys or passwords) into any web-based tool.