Skip to content

Commit 91d6f79

Browse files
committed
add password hashing libraries for the new "authentication" component
1 parent 5bdf98c commit 91d6f79

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

Cargo.lock

Lines changed: 33 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ async-recursion = "1.0.0"
4040
include_dir = "0.7.2"
4141
config = { version = "0.13.3", features = ["json"] }
4242
markdown = { version = "1.0.0-alpha.9", features = ["log"] }
43+
password-hash = "0.5.0"
44+
argon2 = "0.5.0"
4345

4446
[build-dependencies]
4547
ureq = "2.6.2"

0 commit comments

Comments
 (0)