sign in with email

This commit is contained in:
realaravinth
2021-06-29 19:42:07 +05:30
parent c581d8d0a3
commit d5aceb60b4
7 changed files with 68 additions and 27 deletions

View File

@@ -40,6 +40,7 @@ futures = "0.3.14"
sqlx = { version = "0.4.0", features = [ "runtime-actix-rustls", "postgres", "time", "offline" ] }
argon2-creds = { branch = "master", git = "https://github.com/realaravinth/argon2-creds"}
#argon2-creds = { version="*", path = "../../argon2-creds/" }
config = "0.11"
validator = { version = "0.13", features = ["derive"]}