Paste your JWT token to decode
JSON Web Tokens are an open standard (RFC 7519) for securely transmitting information between parties as a JSON object. JWTs consist of three parts:
Common Claims:
Security Note: JWTs are signed, not encrypted. Don't include sensitive information in the payload unless encrypted separately. All decoding is performed locally in your browser.