|
l8w8jwt
|

Files | |
| algs.h | |
| JWT algorithms as defined in https://tools.ietf.org/html/rfc7518#section-3.1. | |
| base64.h | |
| Base-64 encode and decode strings/bytes. | |
| claim.h | |
| JWT claims as described in https://auth0.com/docs/tokens/concepts/jwt-claims. | |
| decode.h | |
| Core DECODE function for l8w8jwt. Use this to decode and validate a JWT! | |
| encode.h | |
| Core ENCODE function for l8w8jwt. Use this to encode a JWT header + payload WITHOUT signing. | |
| retcodes.h | |
| Macros for possible integer codes returned by the various l8w8jwt functions. | |
| timehelper.h | |
| util.h | |
| Useful utility functions. | |
| version.h | |
| l8w8jwt version checking. | |