josiasmontag / laravel-recaptchav3

Laravel package for Google's Recaptcha V3
MIT License
188 stars 37 forks source link

Sometimes no score is submitted #23

Open p4r4ll4x opened 2 years ago

p4r4ll4x commented 2 years ago

Sometimes i see forms being submitted with no score that are not spam. At the moment i receive my "failed" forms and add the score to check it. $recaptcha_score = RecaptchaV3::verify($request->get('g-recaptcha-response'), 'contact_general'); Resulting in $recaptcha_score being empty (with Validator using 'g-recaptcha-response' => 'required').

shirokovnv commented 1 year ago

Facing the same issue.

Especially, using mobile yandex browser or VPN.

No score specified, recaptcha validation failed.