<?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-00">
   <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="May" day="23" year="2012" />
      <abstract>
	 <t>   JSON Web Token (JWT) is a means of representing claims to be
   transferred between two parties.  The claims in a JWT are encoded as
   a JSON object that is digitally signed or MACed using JSON Web
   Signature (JWS) and/or encrypted using JSON Web Encryption (JWE).

   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-00" />
   
</reference>
