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.