Files | |
auth_checker_base.hpp | |
Base class for digest authentication checkers. Implements a digest-authentication logic. | |
auth_checker_settings.hpp | |
Struct of directives for digest authentication server settings per RFC 2617. | |
auth_checker_settings_component.hpp | |
Component that loads digest auth configuration settings from a static_config.yaml. | |
context.hpp | |
Context structures for Digest Authentication. | |
directives.hpp | |
Various digest authentication directives. | |
directives_parser.hpp | |
Class for parsing Authorization header directives from client request. | |
exception.hpp | |
Exception classes for server::handlers::auth::digest::Parser. | |
nonce_cache_settings_component.hpp | |
Component that loads nonce cache settings from a static_config.yaml. | |
standalone_checker.hpp | |
Class for digest authentication checker. Implements a stand-alone digest-authentication logic. | |
types.hpp | |
Types for validating directive values. | |