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

Recaptcha doesn't catch spam #387

Closed
kondrashkin465 opened this issue Mar 31, 2021 · 1 comment
Closed

Recaptcha doesn't catch spam #387

kondrashkin465 opened this issue Mar 31, 2021 · 1 comment

Comments

@kondrashkin465
Copy link

Hi. I installed recaptcha v3 into my login form - but i think recaprtcha doesn't catch spam. I send a lot of requests but recaptcha doesn't show me modal with images(gidranst or bus and ect.) for check on robot . It's normal behavior?
Because recaptcha v2 shows modal with images after 5-7 attempts

@WipeAir
Copy link
Contributor

WipeAir commented Mar 31, 2021

Hey,
that's because reCAPTCHA v3 works differently than v2.
Instead of showing a "challenge" to the user, you'll get a so-called "score" as a response to the action. The score indicates how trustworthy the user is. E.g. if the score is below a certain threshold you may force the user to verify a 2FA.
You can read more about it here: https://developers.google.com/recaptcha/docs/v3

@WipeAir WipeAir closed this as completed Mar 31, 2021
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

No branches or pull requests

2 participants