login with bcrypt

This commit is contained in:
Jackzie 2025-04-16 10:58:12 -05:00
parent dc21e50a8a
commit b2889eac1d
9 changed files with 201 additions and 37 deletions

View file

@ -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"