very rough SSO code

This commit is contained in:
Jackzie 2025-04-20 15:03:24 -05:00
parent ed5cbfa848
commit 60813de8cb
9 changed files with 546 additions and 15 deletions

View file

@ -23,4 +23,6 @@ rocket-session-store = "0.2.1"
uuid = { version = "1.16.0", features = ["v4"] }
rand = { version = "0.9.0", features = ["thread_rng"] }
bcrypt = "0.17.0"
openidconnect = "4.0.0"
openidconnect = "4.0.0"
reqwest = "0.12.15"
moka = { version = "0.12.10", features = ["future"] }