add handler code and basic csrf protection

This commit is contained in:
Jackzie 2025-04-15 21:36:45 -05:00
parent 1c561e58f7
commit dc21e50a8a
9 changed files with 117 additions and 29 deletions

View file

@ -17,4 +17,6 @@ int-enum = "1.2.0"
dotenvy = "0.15.7"
rocket_dyn_templates = { version = "0.2.0", features = ["handlebars"] }
humanize-bytes = "1.0.6"
rocket-session-store = "0.2.1"
rocket-session-store = "0.2.1"
uuid = { version = "1.16.0", features = ["v4"] }
rand = { version = "0.9.0", features = ["thread_rng"] }