10Duke Enterprise C++ Client
|
Support for JSON Web Tokens.
Services for parsing and validating JSON Web Tokens (JWTs). See RFC 7519
Classes | |
class | DefaultJWTParser |
Default implementation of tenduke::jwt::JWTParser. More... | |
class | DefaultJWTParserFactory |
Default implementation of tenduke::jwt::JWTParserFactory . More... | |
class | FixedKeyJWTSignatureValidator |
A tenduke::jwt::JWTSignatureValidator, which expects that the signature digestAlgorithm and verification key are pre-configured. More... | |
class | JWT |
Very simple JWT implementation. More... | |
class | JWTParser |
Parses JWT. More... | |
class | JWTParserFactory |
class | JWTParsingException |
Thrown when there is a problem parsing JWT. More... | |
class | JWTSignatureValidator |
Service for validating the JWT-signature. More... | |
class | JWTValidationException |
Thrown when JWT-validation failed (e.g. More... | |
Functions | |
void | testJWT () |