Decode and verify JSON Web Tokens. View header, payload, and signature components.
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. This tool helps you decode and inspect JWT tokens without verification.
This tool only decodes JWT tokens - it does not verify signatures. Never share your secret keys publicly. JWT tokens should be transmitted over HTTPS and stored securely.