Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Anti-bruteforce ratelimiting #343

Closed
hannesdejager opened this issue May 12, 2021 · 1 comment
Closed

Anti-bruteforce ratelimiting #343

hannesdejager opened this issue May 12, 2021 · 1 comment
Assignees
Labels
security Security Feature
Milestone

Comments

@hannesdejager
Copy link
Collaborator

We should use a rate limit for authentication to avoid brute force. Something as simple as having a 5 second 'no auth for you' -list in memory after failed authentication for the username + IP would be just fine.

@hannesdejager
Copy link
Collaborator Author

Implemented here: #408

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
security Security Feature
Projects
None yet
Development

No branches or pull requests

2 participants