feat: Redirect to requested URL after login

This commit is contained in:
selfhoster selfhoster 2026-09-20 18:13:59 +02:00
commit 63e55f814f
8 changed files with 144 additions and 17 deletions

View file

@ -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"] }