mirror of
https://github.com/Jackzmc/storage.git
synced 2025-05-09 17:13:20 +00:00
very rough SSO code
This commit is contained in:
parent
ed5cbfa848
commit
60813de8cb
9 changed files with 546 additions and 15 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue