Description
Adds C library support for JSON Web Keys, signatures, encryption, and tokens used in web authentication systems. It is useful for developers building services that need JWT handling or JOSE-related security features.
Token libraries are security-sensitive. Validate algorithms, keys, expiration, issuer, and audience carefully, and avoid accepting tokens from untrusted sources without strict checks.