почти рабочая авторизация. оказывается сейчас нет payload у запроса, поэтому невозможно распарсить из него json.

This commit is contained in:
2024-11-04 17:57:47 +03:00
parent 0b794fac40
commit b561dedb2b
13 changed files with 362 additions and 138 deletions

View File

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