Shape Shape

JSON Web Token

JSON Web Token (JWT) is a compact, URL-safe token for secure data exchange and authentication. Used for user sessions and API authorization.

Example:

A web app issues a JWT to users after successful login.

WhatsApp Icon