LibJWT Dev
The C JSON Web Token Library +JWK +JWKS
|
Standard | RFC | Description |
---|---|---|
JWT | RFC-7519 | JSON Web Token |
JWA | RFC-7518 | JSON Web Algorithms |
JWS and JWE | RFC-7518 | Specific types of JWA |
JWK | RFC-7517 | JSON Web Key |
JWKS | RFC-7517 | A set of JWK as an array of "keys" |
LibJWT is available in most Linux distributions as well as through Homebrew.
If you have libcheck installed, both targets will compile the test suite which you can run using the check
target.
Both build systems will auto detect OpenSSL and GnuTLS and use one or both. Each build system has a way to force-enable (error if not found) or force-disable either library. See the Cryptographic Operations section