Privacy Notice: JWT decoding is performed entirely in your browser. Your tokens never leave your device and are not sent to any server.
JWT Token Input
Paste your JWT token below to decode and verify it
What is JWT?
JSON Web Token (JWT) is an open standard (RFC 7519) that defines a compact and self-contained way for securely transmitting information between parties as a JSON object.
JWT Structure:
header.payload.signature
Common Use Cases
- • Authentication in web applications
- • Information exchange between services
- • API access tokens
- • Session management
- • Authorization claims