feat: Redirect to requested URL after login
This commit is contained in:
parent
c28b25d8d9
commit
63e55f814f
8 changed files with 144 additions and 17 deletions
|
|
@ -8,6 +8,7 @@ argh = "0.1.19"
|
|||
async-trait = "0.1.92"
|
||||
axum = { version = "0.8.9", optional = true, features = ["macros"] }
|
||||
axum-extra = { version = "0.12.6", features = ["cookie"], optional = true }
|
||||
base64 = "0.23.1"
|
||||
camino = { version = "1.2.5", features = ["serde1"] }
|
||||
dn_escape = { path = "vendor/dn_escape" }
|
||||
futures-util = { version = "0.3.34", features = ["sink"] }
|
||||
|
|
|
|||
Loading…
Reference in a new issue