Skip to content

Security: Rate limit login attempts #3

@wistfulvariable

Description

@wistfulvariable

Currently there's no rate limiting on the login endpoint. An attacker could brute-force passwords.\n\nProposed solution:\n- Max 5 attempts per IP per 15 minutes\n- Exponential backoff after 3 failures\n- Account lockout after 10 consecutive failures\n- Alert admin on lockout

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions