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...") |
(Category:JSON based file formats) |
||
Line 9: | Line 9: | ||
* RFC 7519 | * RFC 7519 | ||
* [https://paragonie.com/blog/2017/03/jwt-json-web-tokens-is-bad-standard-that-everyone-should-avoid JOSE (Javascript Object Signing and Encryption) is a Bad Standard That Everyone Should Avoid] | * [https://paragonie.com/blog/2017/03/jwt-json-web-tokens-is-bad-standard-that-everyone-should-avoid JOSE (Javascript Object Signing and Encryption) is a Bad Standard That Everyone Should Avoid] | ||
+ | |||
+ | [[Category:JSON based file formats]] |
Latest revision as of 16:18, 23 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).