albertcht / invisible-recaptcha

An invisible reCAPTCHA package for Laravel, Lumen, CI or native PHP.
MIT License
601 stars 162 forks source link

How to validate with Auth::attempt #130

Open mrmmg opened 4 years ago

mrmmg commented 4 years ago

Hi I'm using Auth::attempt to logged-in user in my laravel system. see image below:

image

The if condition always false and I cannot login to my website... any solution?

mrmmg commented 4 years ago

Is this comment is okay and best way to solve this problem?

Dump the $request and check if g-recaptcha-response is filled then the captcha is working...? hmmm?