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

@ -1693,6 +1693,7 @@ version = "0.1.0"
dependencies = [
"actix-identity",
"actix-remote-ip",
"actix-session",
"actix-web",
"anyhow",
"basic-jwt",