feat: implement argon2id and expect passwords to be pre-hashed
This commit is contained in:
parent
3461218025
commit
87edb9dd12
4 changed files with 86 additions and 49 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue