14 crow::response AuthenticateRequest(
const crow::request& req)
override;
18 const inline static char AUTHORIZATION_HEADER_NAME[] =
"Authorization";
20 crow::response VerifyCredentials(
const std::string& username,
const std::string& password);
22 const inline static char USERNAME_ENV_NAME[] =
"ODBDESIGN_SERVER_REQUEST_USERNAME";
23 const inline static char PASSWORD_ENV_NAME[] =
"ODBDESIGN_SERVER_REQUEST_PASSWORD";