Description
A C implementation of Javascript Object Signing and Encryption standards. Developers use it to create, parse or validate JOSE-related data such as JWS, JWE, JWK and JWT structures.
It is a cryptographic library, not an authentication system by itself. Correct key handling, algorithms and validation rules still need careful application design.