JWT
WebTerm Overview
Term
JWT
Category
Web
Related Terms
4
Definition
JSON Web Token. A compact, URL-safe token format for securely transmitting claims between parties as a signed (and optionally encrypted) JSON object. Commonly used for authentication and authorization in web APIs.
Web