impl MSC2964: OIDC token flow

# Conflicts:
#	Cargo.lock
This commit is contained in:
lafleur 2025-04-16 15:12:00 +02:00 committed by nexy7574
commit 5ab7b61129
No known key found for this signature in database
GPG key ID: 0FA334385D0B689F
11 changed files with 553 additions and 1 deletions

View file

@ -103,6 +103,7 @@ features = [
"matched-path",
"tokio",
"tracing",
"query",
]
[workspace.dependencies.axum-extra]
@ -537,6 +538,15 @@ features = ["std"]
[workspace.dependencies.maplit]
version = "1.0.2"
[workspace.dependencies.oxide-auth]
version = "0.6.1"
[workspace.dependencies.oxide-auth-axum]
version = "0.5.0"
[workspace.dependencies.percent-encoding]
version = "2.3.1"
#
# Patches
#