generated from Sithas/conan_template
Рабочая сборка второго executor'а
This commit is contained in:
@@ -19,7 +19,9 @@ class MemoryAuthDAO : public uad::IAuthDAO
|
||||
public:
|
||||
explicit MemoryAuthDAO(mysqlx::Session& session);
|
||||
|
||||
std::string Login(const std::string& registrated_user_uuid) override;
|
||||
std::string Login(
|
||||
const std::string& registrated_user_uuid,
|
||||
const std::string& auth_token) override;
|
||||
|
||||
bool HasAuthorized(const std::string& auth_token) override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user