Add email verification.

This commit is contained in:
Paul Makles
2020-01-25 10:26:56 +00:00
parent 845a6bb3dd
commit 70b4111259
6 changed files with 419 additions and 15 deletions

View File

@@ -22,4 +22,5 @@ validator = "0.10.0"
bcrypt = "0.6.1"
chrono = "0.4.10"
rand = "0.7.3"
time = "0.2.3"
time = "0.2.4"
reqwest = { version = "0.10.1", features = ["blocking", "json"] }