|
JWT-CPP v0.7.2
A header only library for creating and validating JSON Web Tokens (JWT) in C++
|
| Njwt | JSON Web Token |
| Nalgorithm | Various cryptographic algorithms when working with JWT |
| Nalphabet | Character maps when encoding and decoding |
| Nbase | A collection of fellable functions for working with base64 and base64url |
| Nerror | Everything related to error codes issued by the library |
| Nhelper | A collection for working with certificates |
| Njson | JSON Abstractions for working with any library |
| Ntraits | Namespace containing all the json_trait implementations for a jwt::basic_claim |