Work on SSO user mapping / creating

This commit is contained in:
Jackzie 2025-04-21 08:57:23 -05:00
parent a839501168
commit e5a9ef1b58
10 changed files with 171 additions and 26 deletions

View file

@ -20,7 +20,7 @@ dotenvy = "0.15.7"
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"] }
uuid = { version = "1.16.0", features = ["v4", "v5"] }
rand = { version = "0.9.0", features = ["thread_rng"] }
bcrypt = "0.17.0"
openidconnect = "4.0.0"