<?xml version="1.0" encoding="UTF-8"?>
<reference anchor="I-D.jones-json-web-token" target="https://datatracker.ietf.org/doc/html/draft-jones-json-web-token-10">
   <front>
      <title>JSON Web Token (JWT)</title>
      <author initials="M. B." surname="Jones" fullname="Michael B. Jones">
         <organization>Microsoft</organization>
      </author>
      <author initials="D." surname="Balfanz" fullname="Dirk Balfanz">
         <organization>Google</organization>
      </author>
      <author initials="J." surname="Bradley" fullname="John Bradley">
         <organization>Ping Identity</organization>
      </author>
      <author initials="Y. Y." surname="Goland" fullname="Yaron Y. Goland">
         <organization>Microsoft</organization>
      </author>
      <author initials="J." surname="Panzer" fullname="John Panzer">
         <organization>Google</organization>
      </author>
      <author initials="N." surname="Sakimura" fullname="Nat Sakimura">
         <organization>NRI</organization>
      </author>
      <author initials="P." surname="Tarjan" fullname="Paul Tarjan">
         <organization>Facebook</organization>
      </author>
      <date month="May" day="12" 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-jones-json-web-token-10" />
   
</reference>
