adds logic for magic link authentication

This commit is contained in:
2019-11-14 12:30:57 +01:00
parent 988cdc97e2
commit 9d84a5ac62
2 changed files with 48 additions and 3 deletions

View File

@@ -7,6 +7,7 @@ edition = "2018"
[dependencies]
actix-web = "1.0.*"
actix-files = "*"
actix-identity = "*"
lootalot-db = { version = "0.1", path = "./lootalot_db" }
dotenv = "*"
env_logger = "*"