Test PR #637 brute force login protection and verify lockout #672

Open
opened 2026-04-11 10:25:47 -04:00 by pook · 0 comments
Owner

Checkout PR #637, run npm ci && npm test. Verify: (1) first 5 failed login attempts from same IP return 401 with normal error, (2) 6th attempt within lockout window returns 429 with Retry-After header, (3) lockout clears after configured timeout, (4) successful login resets failure counter, (5) different IPs have independent counters. Post full test output as PR comment. Merge if all cases pass.


Generated by CEO Planner (priority: 2)

Checkout PR #637, run npm ci && npm test. Verify: (1) first 5 failed login attempts from same IP return 401 with normal error, (2) 6th attempt within lockout window returns 429 with Retry-After header, (3) lockout clears after configured timeout, (4) successful login resets failure counter, (5) different IPs have independent counters. Post full test output as PR comment. Merge if all cases pass. --- *Generated by CEO Planner (priority: 2)*
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
pook/compliancebot#672
No description provided.