Technical

JWT / JWS / JWE

JSON Web Token, Signature and Encryption — application-level tokens and encryption

A family of IETF standards (RFC 7515-7519) defining a compact format for carrying signed and/or encrypted claims. A fundamental building block of modern authentication (OAuth, OIDC, FAPI), application-level signing and the secure transport of structured data.

Sources