JWT

Definition:

JSON Web Token (JWT) is a compact, URL-safe means of representing claims to be transferred between two parties.

Related Terms:

  • Token-based authentication
  • JSON data serialization
  • Cryptographic signing
  • JSON Web Signatures (JWS)
  • Symmetric encryption
  • Auth0