You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was just wondering whether the score returned for invisible Captcha is checked in any way (I haven't found any in the code).
If I understand correctly success field means merely that the ReCaptcha challenge site matches the one associated with
the secret key. (https://developers.google.com/recaptcha/docs/v3#site_verify_response)
To verify that request didn't come from a bot, the returned score must be compared to an application-specific threshold, right?
The text was updated successfully, but these errors were encountered:
Hi @fmasa, sorry for confusing, it's long time I used recaptcha so I don't watch versions. Please, could you please prepare PR with clarification and re-title? :-)
Hi,
first of all, thank you for this package!
I was just wondering whether the score returned for invisible Captcha is checked in any way (I haven't found any in the code).
If I understand correctly
success
field means merely that the ReCaptcha challenge site matches the one associated withthe secret key. (https://developers.google.com/recaptcha/docs/v3#site_verify_response)
To verify that request didn't come from a bot, the returned score must be compared to an application-specific threshold, right?
The text was updated successfully, but these errors were encountered: