mirror of
https://codeberg.org/pfzetto/axum-oidc
synced 2025-12-08 06:05:16 +01:00
fix: #32 use OriginalUri for redirect_url
This commit is contained in:
parent
bacab1c939
commit
861cb70cee
3 changed files with 19 additions and 3 deletions
|
|
@ -14,7 +14,7 @@ keywords = [ "axum", "oidc", "openidconnect", "authentication" ]
|
|||
[dependencies]
|
||||
thiserror = "2.0"
|
||||
axum-core = "0.5"
|
||||
axum = { version = "0.8", default-features = false, features = [ "query" ] }
|
||||
axum = { version = "0.8", default-features = false, features = [ "query", "original-uri" ] }
|
||||
tower-service = "0.3"
|
||||
tower-layer = "0.3"
|
||||
tower-sessions = { version = "0.14", default-features = false, features = [ "axum-core" ] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue