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

User Auth: Add IP ban for bad login attempts #15209

Closed
balloob opened this issue Jun 29, 2018 · 1 comment · Fixed by #15551
Closed

User Auth: Add IP ban for bad login attempts #15209

balloob opened this issue Jun 29, 2018 · 1 comment · Fixed by #15551
Labels

Comments

@balloob
Copy link
Member

balloob commented Jun 29, 2018

We need to port the IP ban logic from API password to user auth.

@awarecan
Copy link
Contributor

awarecan commented Jun 29, 2018

I think current implement still work. However it will report false positive in case access_token expired or after server restart etc.

EDIT: For now, failed login attempt with access_token will be logged, but failed login attempt with password would not.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants