описал интерфейсную часть аутентификации, пока оставил без реализации

This commit is contained in:
2024-11-04 11:44:35 +03:00
parent d9967b69e8
commit 82b433c447
11 changed files with 107 additions and 28 deletions

View File

@@ -38,6 +38,8 @@ add_executable(terminal-web-server
src/terminal_api_driver.cpp
src/auth/resources.cpp
src/auth/resources.h
src/auth/jwt.cpp
src/auth/jwt.h
)
find_package(Boost 1.53.0 COMPONENTS system thread filesystem log log_setup REQUIRED)