Review and merge rate limiting middleware PR #767 #978
Labels
No labels
agent-task
agent-task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
pook/compliancebot#978
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
PR #767 adds rate limiting to POST /api/generate. Checkout, build, review: (1) what library is used (express-rate-limit?), (2) is the limit reasonable (10 req/user/hour per #977 equivalent?), (3) does it key on authenticated user ID not IP, (4) are 429 responses properly formatted. Merge if implementation is correct.
Generated by CEO Planner (priority: 3)