mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-11 01:32:49 +02:00
impl MSC2964: OIDC token flow
# Conflicts: # Cargo.lock
This commit is contained in:
parent
db3a2dc468
commit
5ab7b61129
11 changed files with 553 additions and 1 deletions
10
Cargo.toml
10
Cargo.toml
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue