Add email verification token, expiry date, hashing

This commit is contained in:
Paul Makles
2020-01-20 19:51:44 +00:00
parent 335dac59d0
commit 845a6bb3dd
3 changed files with 180 additions and 6 deletions

View File

@@ -18,3 +18,8 @@ rocket_contrib = "0.4.2"
lettre = "0.9.2"
lettre_email = "0.9.2"
sendmail = "2.0.0"
validator = "0.10.0"
bcrypt = "0.6.1"
chrono = "0.4.10"
rand = "0.7.3"
time = "0.2.3"