Add authentication with session cookie

This commit is contained in:
Lennart
2024-10-13 19:05:57 +02:00
parent c2dbd9d0b9
commit 7ce0fc53a4
9 changed files with 74 additions and 26 deletions

View File

@@ -23,6 +23,7 @@ rstest_reuse = { workspace = true }
thiserror = { workspace = true }
password-auth = { workspace = true }
actix-web = { workspace = true }
actix-session = { workspace = true }
actix-web-httpauth = { workspace = true }
tracing = { workspace = true }
pbkdf2 = { workspace = true }