feat: implement argon2id and expect passwords to be pre-hashed

This commit is contained in:
Radical 2025-04-30 21:36:22 +02:00
parent 3461218025
commit 87edb9dd12
4 changed files with 86 additions and 49 deletions

View file

@ -5,6 +5,7 @@ edition = "2024"
[dependencies]
actix-web = "4.10"
argon2 = { version = "0.5.3", features = ["std"] }
futures = "0.3"
regex = "1.11"
serde = { version = "1.0", features = ["derive"] }