TOTP 2FA, App passwords and account disable support (closes #436 closes #479)

This commit is contained in:
mdecimus
2024-06-28 12:12:51 +02:00
parent 0693253dff
commit d8a73cd0e4
30 changed files with 250 additions and 85 deletions

View File

@@ -15,7 +15,7 @@ tracing = "0.1"
mail-auth = { version = "0.4" }
smtp-proto = { version = "0.1" }
mail-send = { version = "0.4", default-features = false, features = ["cram-md5"] }
dashmap = "5.4"
dashmap = "6.0"
ahash = { version = "0.8" }
chrono = "0.4"
rand = "0.8.5"