Skip to content

Commit

Permalink
feat(auth): add argon2 for password hashing
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcclung committed Apr 26, 2024
1 parent 927fd0a commit f9c087e
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
33 changes: 33 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ serde_json = "1.0.115"

[dependencies]
actix-web = "4"
argon2 = "0.5.3"
askama = "0.12.1"
base64 = "0.22.0"
dotenv = "0.15.0"
Expand Down

0 comments on commit f9c087e

Please sign in to comment.