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: reCAPTCHA Implementation #213

Open
3 tasks done
antriksh-9 opened this issue May 31, 2024 · 3 comments · May be fixed by #226
Open
3 tasks done

Feat: reCAPTCHA Implementation #213

antriksh-9 opened this issue May 31, 2024 · 3 comments · May be fixed by #226
Assignees

Comments

@antriksh-9
Copy link
Contributor

Describe the feature

Implementing reCAPTCHA on the website will help in enhancing security, preventing spam and unauthorized access, protecting user data.
This also helps in preventing automated bots from accessing or submitting forms on the website.

Add ScreenShots

Screenshot 2024-05-18 113014

Record

  • I agree to follow this project's Code of Conduct
  • I'm a GSSOC'24 contributor
  • I want to work on this issue
Copy link

Congratulations, @antriksh-9! 🎉 Thank you for creating your issue. Your contribution is greatly appreciated, and we look forward to working with you to resolve the issue. Keep up the great work!

We will promptly review your changes and offer feedback. Keep up the excellent work! Kindly remember to check our contributing guidelines

@Harshil-Jani
Copy link
Member

This site especially has no public interactions on server. You get to use our servers only when you log in. So, I feel that there is no way bots are getting to the server. Even if attackers are interested to do a bot attack then too in future there should be a payment gateway and there is no chance bots are paying for spam. They spam out chat sites like discord or chatgpt where server costs are above the cloud.

@antriksh-9
Copy link
Contributor Author

This site especially has no public interactions on server. You get to use our servers only when you log in. So, I feel that there is no way bots are getting to the server. Even if attackers are interested to do a bot attack then too in future there should be a payment gateway and there is no chance bots are paying for spam. They spam out chat sites like discord or chatgpt where server costs are above the cloud.

Even if bots cannot access the server directly, they can still attempt credential stuffing attacks (using leaked user credentials or weak credentials) at the login page.
If not login page, then implementation of reCAPTCHA in Sign Up page will prevent bots from creating fake accounts.
Also, having a reCAPTCHA assures user a privacy and trust.

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

Successfully merging a pull request may close this issue.

2 participants