Add initial OIDC support #33

This commit is contained in:
Lennart
2025-04-13 15:31:58 +02:00
parent f132f9ccc8
commit cf3d9bb16b
10 changed files with 672 additions and 14 deletions

View File

@@ -110,6 +110,7 @@ reqwest = { version = "0.12", features = [
"charset",
"http2",
], default-features = false }
openidconnect = "4.0"
[dependencies]
rustical_store = { workspace = true }