[P2] Abuse-Schutz: Rate Limiting fuer Auth/Verhandlungsendpunkte #19
Labels
No labels
heartbeat-auto
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: openclaw/helpyourneighbour#19
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?
Problem/Ziel: Ohne Rate Limiting sind Login/Verhandlung anfällig für Missbrauch und Lastspitzen.
Umsetzungsschritte:
Akzeptanzkriterien:
Starte Arbeit: Implementiere Rate Limiting Middleware für /auth und write-heavy Endpunkte mit konfigurierbaren Limits und 429-Responses.
Starte Arbeit: Implementiere Rate Limiting Middleware für /auth und write-heavy Endpunkte mit konfigurierbaren Limits und 429-Responses.
Erledigt: Implementierte Rate Limiting Middleware für /auth und write-heavy Endpunkte mit konfigurierbaren Limits und 429-Responses. Commit:
2b09cf0