24#ifndef NAWA_AUTHFILTER_H
25#define NAWA_AUTHFILTER_H
Options to check the path and invoke certain actions before forwarding the request to the app.
bool & useSessions() noexcept
std::string & authName() noexcept
std::function< bool(std::string, std::string)> & authFunction() noexcept
#define NAWA_COMPLEX_DATA_ACCESSORS_DEF(Class, Member, Type)
#define NAWA_DEFAULT_DESTRUCTOR_OVERRIDE_DEF(Class)
#define NAWA_DEFAULT_CONSTRUCTOR_DEF(Class)
#define NAWA_MOVE_CONSTRUCTOR_DEF(Class)
#define NAWA_PRIMITIVE_DATA_ACCESSORS_DEF(Class, Member, Type)
#define NAWA_COPY_ASSIGNMENT_OPERATOR_DEF(Class)
#define NAWA_PRIVATE_DATA()
#define NAWA_MOVE_ASSIGNMENT_OPERATOR_DEF(Class)
#define NAWA_COPY_CONSTRUCTOR_DEF(Class)