Add Sesion
implementation util/time
This commit is contained in:
@@ -11,6 +11,7 @@ include(CTest)
|
||||
enable_testing()
|
||||
|
||||
find_package(SQLite3 REQUIRED)
|
||||
find_package(OpenSSL REQUIRED)
|
||||
|
||||
add_subdirectory(submodules/drogon)
|
||||
add_subdirectory(submodules/json)
|
||||
@@ -25,6 +26,9 @@ add_executable(auth_service
|
||||
src/db/transaction.cpp
|
||||
src/db/migrations_runner.cpp
|
||||
src/repo/user_repository.cpp
|
||||
src/repo/session_repository.cpp
|
||||
src/util/time_utils.cpp
|
||||
src/security/session_token_service.cpp
|
||||
)
|
||||
|
||||
target_include_directories(auth_service
|
||||
@@ -43,6 +47,7 @@ target_link_libraries(auth_service PRIVATE
|
||||
drogon
|
||||
SQLite::SQLite3
|
||||
nlohmann_json::nlohmann_json
|
||||
OpenSSL::Crypto
|
||||
)
|
||||
|
||||
add_executable(auth_service_tests
|
||||
|
||||
Reference in New Issue
Block a user