What is a JSON Web Token (JWT) and how does it work?
A JSON Web Token is an open standard (RFC 7519) that defines a compact, self-contained way to securely transmit information between parties as a JSON object.
Decode and inspect JWT Header and Payload 100% privately in your browser. Review exp and nbf; cryptographic signatures are not verified.
A JSON Web Token is an open standard (RFC 7519) that defines a compact, self-contained way to securely transmit information between parties as a JSON object.