RFC 7519

JSON Web Token (JWT)

Proposed Standard May 2015 View Official Document →

Abstract

RFC 7519 defines JSON Web Token (JWT), a compact, URL-safe means of representing claims to be transferred between parties. JWTs can be signed using HMAC or RSA/ECDSA algorithms, and optionally encrypted, making them suitable for stateless authentication and information exchange in HTTP APIs.

Defined Terms