Рабочая сборка второго executor'а

This commit is contained in:
Антон
2025-09-20 11:41:31 +03:00
parent 04bbb64f2c
commit 17948a5213
6 changed files with 31 additions and 7 deletions
+3 -1
View File
@@ -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;