void serializeAndSetValueToResponse(std::string &value) override
std::string getSerializedValue(Headers *headers) override
Interface for auth strategy template.
Definition: auth_strategy.h:13
bool checkHeadersToParse(Headers *headers) override
CookieAuth(const char *secret, Middleware *cookie)
class wrapper for middleware
Definition: middleware.h:14
Concrete cookie strategy of AuthStrategy.
Definition: cookie_auth.h:13