RFC 7519

JSON Web Token (JWT)

Proposed Standard 5월 2015 공식 문서 보기 →

요약

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.

정의된 용어