%% You should probably cite rfc7519 instead of this I-D. @techreport{ietf-oauth-json-web-token-32, number = {draft-ietf-oauth-json-web-token-32}, type = {Internet-Draft}, institution = {Internet Engineering Task Force}, publisher = {Internet Engineering Task Force}, note = {Work in Progress}, url = {https://datatracker.ietf.org/doc/draft-ietf-oauth-json-web-token/32/}, author = {Michael B. Jones and John Bradley and Nat Sakimura}, title = {{JSON Web Token (JWT)}}, pagetotal = 30, year = 2014, month = dec, day = 9, 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.}, }