Add app tokens (secondary passwords) to afford cheaper hashes

This commit is contained in:
Lennart
2024-10-06 12:54:19 +02:00
parent a119e7f099
commit f7d253de85
4 changed files with 50 additions and 9 deletions

View File

@@ -25,3 +25,5 @@ password-auth = { workspace = true }
actix-web = { workspace = true }
actix-web-httpauth = { workspace = true }
tracing = { workspace = true }
pbkdf2 = { workspace = true }
rand_core = { workspace = true }