Description (Backend)
Backend module Users (users-module). Add rate limiting on write endpoints.
Tasks
- Implement the change in the relevant code paths
- Wire or persist state where the feature touches runtime behavior
- Add tests (unit, integration, and/or contract/UI as appropriate)
Additional Requirements
- Handle stale, disconnected, or invalid states gracefully where applicable
- Follow existing patterns in this repository (linting, modules, security)
Acceptance Criteria
- Behavior is covered by tests and documented where APIs changed
- No regressions in closely related user or API flows
Description (Backend)
Backend module Users (
users-module). Add rate limiting on write endpoints.Tasks
Additional Requirements
Acceptance Criteria