feat(lib): add auth-kit

This commit is contained in:
2026-02-02 14:26:24 +08:00
parent e49b33a464
commit 27a6791591
19 changed files with 1154 additions and 185 deletions

View File

@@ -11,6 +11,8 @@ common-telemetry = { version = "0.1.5", registry = "kellnr", default-features =
"with-sqlx",
] } # 内部公共库(统一错误/响应/日志/Telemetry
auth-kit = { path = "../auth-kit" }
# Web 框架与 HTTP 基础
axum = "0.8.8"
http = "1.4.0"