JSON Web Token: Revision history

From Encyclopedia of Cybersecurity

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

8 May 2024

  • curprev 14:2214:22, 8 May 2024Ccocrick talk contribs 2,926 bytes +2,926 Created page with "== JSON Web Token (JWT) == A '''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 secure transmission of information between parties. === Overview === JWTs are commonly used for authentication and authorization..."