I have added the feature of Robot verification via Recaptcha.It is v3 enterprise version . I helps for the robot verification which is asked as a feature
First You have to generate secret key and site key from this ,then :-
first replace YOUR_SITE_KEY in index.html in frontend
Then Replace YOUR_SITE_KEY in frontend/src/pages/login.jsx
Then in backend .env file has to updated with the SECRET_KEY
Checklist
[ Done] I have tested these changes
[Done ] I have updated the relevant documentation
[ Done] I have commented my code, particularly in hard-to-understand areas
[ Done] I have made corresponding changes to the codebase
[ Done] My changes generate no new warnings or errors
[Done ] The title of my pull request is clear and descriptive
Description
I have added the feature of Robot verification via Recaptcha.It is v3 enterprise version . I helps for the robot verification which is asked as a feature
Related Issues
Feature Request: Add Robot Verification #1102
Steps to Test
First You have to generate secret key and site key from this ,then :-
first replace YOUR_SITE_KEY in index.html in frontend Then Replace YOUR_SITE_KEY in frontend/src/pages/login.jsx Then in backend .env file has to updated with the SECRET_KEY
Checklist