feat: add auth

This commit is contained in:
2025-12-26 00:19:25 +01:00
parent c07d6072fd
commit 85a02076f6
8 changed files with 73 additions and 5 deletions

View File

@@ -6,7 +6,10 @@ edition = "2024"
[dependencies]
actix-files = "0.6.9"
actix-web = "4.12.1"
actix-web-httpauth = "0.8.2"
chrono = "0.4.42"
dotenv = "0.15.0"
futures-util = "0.3.31"
quartz = "0.0.4"
reqwest = "0.12.28"
scp_core = { path = "./scp_core" }