LibJWT 3.4.0
The C JSON Web Token Library +JWK +JWKS
Topics
Here is a list of all topics with brief descriptions:
 JSON Web TokenCreate and consume JSON Web Tokens (JWS)
 BuilderCreate and sign JWT tokens
 CheckerVerify and validate JWT tokens
 Claims and HeadersGet and set JWT claims and header parameters
 Utility FunctionsSet up a jwt_value_t for getting and setting claims and headers
 GettersSet up a jwt_value_t to retrieve a claim or header value
 SettersSet up a jwt_value_t to store a claim or header value
 Builder FunctionsGet, set, and delete claims and headers on a builder object
 Checker FunctionsGet, set, and delete the claims a checker validates
 JWT FunctionsGet and set claims and headers on a jwt_t during a callback
 AlgorithmsConvert between algorithm types and their string names
 JSON Web EncryptionCreate and consume JSON Web Encryption (JWE) tokens
 BuilderCreate and encrypt JWE tokens
 CheckerDecrypt and authenticate JWE tokens
 JSON Web KeysLoad and use JSON Web Keys (JWK) and Key Sets (JWKS)
 JWK ManagementCreate and manage keyrings of JWK and JWKS keys
 JSON Web Key UsageInspect and use individual JWK items from a keyring
 Advanced FunctionalityConfigure memory allocators and crypto backends
 Memory HandlersGet or set the memory allocation functions LibJWT uses
 Cryptographic OpsSelect which crypto backend LibJWT uses