JSON Web Tokens
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=Security }} '''JSON Web Tokens''' (JWT) are a format used for representing claims securely between two parties, based on the [[JSON...") |
Revision as of 20:25, 22 April 2017
JSON Web Tokens (JWT) are a format used for representing claims securely between two parties, based on the JSON data format. This is one of the varieties of Javascript Object Signing and Encryption (JOSE) in use, along with JSON Web Signatures (JWS) and JSON Web Encryption (JWE).