email with token & confirmation works

This commit is contained in:
Andre Heber
2024-02-27 15:21:54 +01:00
parent f4f16d621d
commit fd4ba6ae31
11 changed files with 210 additions and 27 deletions

View File

@ -32,6 +32,7 @@ unicode-segmentation = "1"
claim = "0.5"
validator = "0.16"
lettre = "0.11"
rand = { version = "0.8", features = ["std_rng"] }
[dev-dependencies]
fake = "2.9"