Implement SSO/OIDC support. (closes #7)
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
d665a34f30
commit
11309062a2
23 changed files with 1959 additions and 27 deletions
|
|
@ -76,6 +76,7 @@ version = "0.7"
|
|||
version = "0.10"
|
||||
default-features = false
|
||||
features = [
|
||||
"cookie",
|
||||
"typed-header",
|
||||
"tracing",
|
||||
]
|
||||
|
|
@ -312,10 +313,12 @@ version = "1.12"
|
|||
version = "0.12"
|
||||
default-features = false
|
||||
features = [
|
||||
"rustls-tls-native-roots",
|
||||
"socks",
|
||||
"charset",
|
||||
"hickory-dns",
|
||||
"http2",
|
||||
"json",
|
||||
"rustls-tls-native-roots",
|
||||
"socks",
|
||||
]
|
||||
|
||||
[workspace.dependencies.ring]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue