mirror of
https://github.com/Jackzmc/storage.git
synced 2025-05-12 03:53:14 +00:00
login with bcrypt
This commit is contained in:
parent
dc21e50a8a
commit
b2889eac1d
9 changed files with 201 additions and 37 deletions
|
@ -19,4 +19,5 @@ rocket_dyn_templates = { version = "0.2.0", features = ["handlebars"] }
|
|||
humanize-bytes = "1.0.6"
|
||||
rocket-session-store = "0.2.1"
|
||||
uuid = { version = "1.16.0", features = ["v4"] }
|
||||
rand = { version = "0.9.0", features = ["thread_rng"] }
|
||||
rand = { version = "0.9.0", features = ["thread_rng"] }
|
||||
bcrypt = "0.17.0"
|
Loading…
Add table
Add a link
Reference in a new issue