Description
Implements JOSE standards for signing and encryption in C applications. It is useful for developers working with JWT, JWS, JWE, or OpenID Connect-related security flows.
Security libraries must be integrated carefully. Validate algorithms, key handling, token lifetime, and error paths before trusting it with authentication or authorization.