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 #65

Closed
antriksh-9 opened this issue Jun 1, 2024 · 6 comments
Closed

Feat: reCAPTCHA Implementation #65

antriksh-9 opened this issue Jun 1, 2024 · 6 comments
Assignees
Labels

Comments

@antriksh-9
Copy link

antriksh-9 commented Jun 1, 2024

Implementing reCAPTCHA v3 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.

Screenshot:

Screenshot 2024-05-18 113014

Copy link

github-actions bot commented Jun 1, 2024

Thank you for creating this issue! 🎉 We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊

You can also check our CONTRIBUTING.md for guidelines on contributing to this project.

@antriksh-9
Copy link
Author

Hey @VaibhavArora314 I want to work on this issue.
Please assign it to me under GSSoC '24.

@VaibhavArora314
Copy link
Owner

can you provide more context of how this works

@antriksh-9
Copy link
Author

can you provide more context of how this works

The reCAPTCHA is integrated most likely to forms such as login form.
First the reCAPTCHA will be loaded to website with unique site key, when the user reacts with the form it collects data and analyses it based on the score (0.5-1). A callback function is added to the submit/login button and when the form is submitted a post request is generated having secret key and reCAPTCHA token (contains info about interaction).
This tells whether the verification was done successfully or not.

Copy link

Hello @antriksh-9! Your issue #65 has been closed. Thank you for your contribution!

@VaibhavArora314 VaibhavArora314 closed this as not planned Won't fix, can't repro, duplicate, stale Jun 14, 2024
Copy link

Hello @antriksh-9! Your issue #65 has been closed. Thank you for your contribution!

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

Successfully merging a pull request may close this issue.

2 participants