<?xml version="1.0" encoding="UTF-8"?>
<reference anchor="I-D.ietf-oauth-json-web-token" target="https://datatracker.ietf.org/doc/html/draft-ietf-oauth-json-web-token-07">
   <front>
      <title>JSON Web Token (JWT)</title>
      <author initials="M. B." surname="Jones" fullname="Michael B. Jones">
         </author>
      <author initials="J." surname="Bradley" fullname="John Bradley">
         </author>
      <author initials="N." surname="Sakimura" fullname="Nat Sakimura">
         </author>
      <date month="April" day="23" year="2013" />
      <abstract>
	 <t>   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 JavaScript Object Notation (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 MACed and/or encrypted.

   The suggested pronunciation of JWT is the same as the English word
   &quot;jot&quot;.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-ietf-oauth-json-web-token-07" />
   
</reference>
