Paste a JSON Web Token to instantly decode its header and payload. Check expiration status. Free, no signup.
JSON Web Token (JWT) is an open standard (RFC 7519) for securely transmitting information between parties as a JSON object. JWTs are commonly used for authentication and authorization in web applications. A JWT consists of three parts: Header, Payload, and Signature, separated by dots.
Decode JWTs programmatically: