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

captcha Feature added #1116

Closed
wants to merge 5 commits into from
Closed

captcha Feature added #1116

wants to merge 5 commits into from

Conversation

badaya12
Copy link

Description

I have added the feature of Recaptcha that does robot verification .I have used v3 version that works invisibly which eliminates the issues arises due to disability and linguistic barrier.

Related Issues

Feature Request: Add Robot Verification #1102

Steps to Test

First you have to acquire recaptcha site_key and Secret Key from recaptcha which provides free 100000 verification for free.
then

  1. In the backend first replaces secret in .env
  2. In the frontend replace site key in .env
  3. in index.html replace YOUR_SITE_KEY with key itself.

Checklist

  • [NO ] I have tested these changes
  • [ NO] I have updated the relevant documentation
  • [YES ] I have commented my code, particularly in hard-to-understand areas
  • [YES ] I have made corresponding changes to the codebase
  • [ YES] My changes generate no new warnings or errors
  • [ YES] The title of my pull request is clear and descriptive

@badaya12 badaya12 changed the base branch from master to dev May 25, 2024 10:58
@badaya12 badaya12 closed this May 25, 2024
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

Successfully merging this pull request may close these issues.

3 participants