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

Feat: add bruteforce protection #6570

Open
CipherGeek opened this issue Sep 15, 2024 · 0 comments
Open

Feat: add bruteforce protection #6570

CipherGeek opened this issue Sep 15, 2024 · 0 comments

Comments

@CipherGeek
Copy link

Description of the issue

The current version of Huly SelfHosted does not have any protection against password mining, as it allows an unlimited number of attempts for authorization.

Environment

  • Huly v0.6.280 SelfHosted.

Possible solutions

This will significantly reduce the likelihood of attacks:

  1. Add Google reCAPTCHA or other captcha to authorization and registration page.
  2. Add two-factor authorization.
  3. In addition, add limit the number of authorization requests from a single IP address.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant