t49tran / react-google-recaptcha-v3

Google Recaptcha V3 integration for React
MIT License
427 stars 91 forks source link

Don't know what to do after sending token to backend and getting score from backend. #140

Open thediveshsharma opened 2 years ago

thediveshsharma commented 2 years ago

Hi, I want to know that I am getting token from the package and I am sending it to my backend . they are getting response scores too. But I want to render I am not a robot , check if the user has low scores. I am too confused about the next step. Kindly guide me what to do.

thediveshsharma commented 2 years ago

What I want :- 1) If a user has low score ,it should show popup validation and if he/she completes it . It should let them submit form or increase their score.

salazarm commented 1 year ago

In the GCP console you can configure what score will trigger validation. On your side you don't need to do anything its more of an FYI for you to flag accounts.