feat: add authentik jwt verification and me endpoints

This commit is contained in:
Chris
2026-03-29 23:06:19 +08:00
parent 970693a6d5
commit 5790878c87
15 changed files with 238 additions and 2 deletions

View File

@@ -20,4 +20,5 @@
- 後端骨架已建立FastAPI + SQLAlchemy
- 核心 API已建立health/internal/admin
- API key 驗證:已建立(`X-Client-Key` + `X-API-Key`
- Authentik 深度整合:待補(目前先保留介接欄位與流程位置)
- Authentik JWT 驗證:已建立(`/me` 路由 + JWKS 驗簽)
- Authentik Admin API建立/停用使用者):待補