feat(api): admin auth surface (login/logout/me/users/publish) on tower-sessions

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-02 14:54:03 +02:00
parent 4e7288731a
commit 5135aeee6c
7 changed files with 469 additions and 3 deletions
+6
View File
@@ -8,6 +8,11 @@ rust-version.workspace = true
axum.workspace = true
serde.workspace = true
utoipa.workspace = true
time.workspace = true
tower-sessions.workspace = true
tower-sessions-sqlx-store.workspace = true
sqlx.workspace = true
auth = { path = "../auth" }
db = { path = "../db" }
domain = { path = "../domain" }
@@ -17,3 +22,4 @@ tower.workspace = true
http-body-util.workspace = true
serde_json.workspace = true
sqlx.workspace = true
auth = { path = "../auth" }