JWT
RU: JWT
JSON Web Token (RFC 7519): a compact, URL-safe token format that encodes a set of claims as a JSON object, then signs it (JWS) or encrypts it (JWE). The signature lets a resource server verify the token's integrity and issuer without contacting the authorization server on every request.