|
qb
2.0.0.0
C++17 Actor Framework
|
Hashing, encryption, and JWT functionalities (requires OpenSSL). More...

Files | |
| file | crypto.h |
| Cryptographic utilities for the QB IO library. | |
| file | crypto_jwt.h |
| JWT (JSON Web Token) implementation for the QB IO library. | |
Classes | |
| class | qb::jwt |
| Comprehensive JWT implementation for the QB IO library. More... | |
| struct | qb::jwt::ValidationResult |
| Result of JWT validation containing error code and payload if valid. More... | |
| struct | qb::jwt::CreateOptions |
| JWT creation options. More... | |
| struct | qb::jwt::TokenParts |
| JWT token parts. More... | |
| struct | qb::jwt::VerifyOptions |
| JWT verification options. More... | |
Hashing, encryption, and JWT functionalities (requires OpenSSL).
Contains `qb::crypto` and `qb::jwt`.