LibJWT Dev
The C JSON Web Token Library +JWK +JWKS
|
▼JSON Web Token | |
Object Creation | |
Configuration Type | |
Token Verification | |
Grant Management | These functions allow you to add, remove and retrieve grants from a JWT object |
Header Hanagement | These functions allow you to add, remove and retrieve headers from a JWT object |
Encoding and Output | Functions for encoding a valid JWT optionally (but preferably) using JWA operation such as sigining or encryption |
Algorithm Management | Set and check algorithms and algorithm specific values |
Validation Functions | These functions allow you to define requirements for JWT validation |
JSON Web Key and Sets | Functions to handle JSON that represents JWK and JWKS for use in validating JWT objects |
▼Advanced Functionality | |
Memory Handlers | These functions allow you to get or set memory allocation functions |
Cryptographic Operations | Functions used to set and get which crypto operations are used |