Make authentication works

This commit is contained in:
2024-04-25 19:34:33 +02:00
parent d8946eb462
commit f6e391e52c
4 changed files with 42 additions and 1 deletions

View File

@ -14,6 +14,7 @@ light-openid = { version = "1.0.2", features = ["crypto-wrapper"] }
basic-jwt = "0.2.0"
actix-web = "4.5.1"
actix-remote-ip = "0.1.0"
actix-session = { version = "0.9.0", features = ["cookie-session"] }
actix-identity = "0.7.1"
lazy_static = "1.4.0"
anyhow = "1.0.82"