feat: add portal allauth account flow

This commit is contained in:
QiuSW
2026-07-03 11:27:45 +08:00
parent 7df2c51903
commit d61a641b7e
29 changed files with 446 additions and 31 deletions
+2
View File
@@ -14,6 +14,8 @@
| `/records/usage` | GET | 点数使用(消费/调用)记录 | session |
| `/apikeys` | GET/POST | API Key 管理:列表 / 生成 / 删除(明文只显示一次) | session |
T-501 已落地 `/signup`、`/login`、`/logout` 与最小 `/dashboard`。`/dashboard` 当前只作为登录后的落点展示剩余点数;充值汇总、充值记录与消费记录留给 T-503。
## API 路由(对外,DRF)
| 路由 | 方法 | 职责 | 鉴权 |