[Week1] API 速率限制 #107

Closed
opened 2026-05-10 19:54:33 +08:00 by admin · 0 comments
Owner

目标

对登录/Webhook 接口添加 slowapi 速率限制

涉及文件

  • backend/app/core/rate_limiter.py
  • backend/app/main.py

验收标准

登录接口 5次/分钟限制,Webhook 接口 60次/分钟限制

里程碑

Week 1 — 保稳定

## 目标 对登录/Webhook 接口添加 slowapi 速率限制 ## 涉及文件 - backend/app/core/rate_limiter.py - backend/app/main.py ## 验收标准 登录接口 5次/分钟限制,Webhook 接口 60次/分钟限制 ## 里程碑 Week 1 — 保稳定
admin closed this issue 2026-05-10 20:45:34 +08:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: admin/aiagent#107