Decode and inspect JSON Web Tokens
JSON Web Tokens (JWT) are an open standard (RFC 7519) for securely transmitting information between parties as a JSON object. They consist of three parts:
This tool decodes JWTs locally in your browser. Your tokens are never sent to any server. However, be cautious when pasting production tokens in any online tool.