fix(api): drop redundant dev-deps; fix server AppState for cookie_secure; add logout + illegal-transition tests

This commit is contained in:
2026-06-02 15:04:07 +02:00
parent 5135aeee6c
commit 642f709bbe
5 changed files with 101 additions and 2 deletions
-2
View File
@@ -21,5 +21,3 @@ tokio.workspace = true
tower.workspace = true
http-body-util.workspace = true
serde_json.workspace = true
sqlx.workspace = true
auth = { path = "../auth" }