JWT (EN)

Standard

Compact, URL-safe token standard for transmitting information between parties

JWT (JSON Web Token) is a compact, URL-safe token standard for transmitting information between parties. A JWT consists of three parts: Header, Payload, and Signature, separated by a dot. It is commonly used for authentication and information exchange in OAuth 2.0 and enables the transmission of secure, signed information.

Quelle: AI Generated