{
  "draft": "draft-ietf-oauth-json-web-token-32",
  "doc_id": "RFC7519",
  "title": "JSON Web Token (JWT)",
  "authors": [
    "M. Jones",
    "J. Bradley",
    "N. Sakimura"
  ],
  "format": [
    "TEXT",
    "HTML"
  ],
  "page_count": "30",
  "pub_status": "PROPOSED STANDARD",
  "status": "PROPOSED STANDARD",
  "source": "Web Authorization Protocol",
  "abstract": "JSON Web Token (JWT) is a compact, URL-safe means of representing claims to be transferred between two parties.  The claims in a JWT are encoded as a JSON object that is used as the payload of a JSON Web Signature (JWS) structure or as the plaintext of a JSON Web Encryption (JWE) structure, enabling the claims to be digitally signed or integrity protected with a Message Authentication Code (MAC) and/or encrypted.",
  "pub_date": "May 2015",
  "keywords": [
    "Assertion",
    "Claim",
    "Security Token",
    "JavaScript Object Notation",
    "JSON",
    "JSON Web Token",
    "JWT",
    "JSON Object Signing and Encryption",
    "JOSE",
    "JSON Web Signature",
    "JWS",
    "JSON Web Encryption",
    "JWE",
    "JSON Web Key",
    "JWK",
    "JSON Web Algorithms",
    "JWA"
  ],
  "obsoletes": [],
  "obsoleted_by": [],
  "updates": [],
  "updated_by": [
    "RFC7797",
    "RFC8725"
  ],
  "see_also": [],
  "doi": "10.17487/RFC7519",
  "errata_url": "https://www.rfc-editor.org/errata/rfc7519"
}