anhskohbo / no-captcha

No CAPTCHA reCAPTCHA For Laravel.
https://packagist.org/packages/anhskohbo/no-captcha
MIT License
1.76k stars 235 forks source link

cookie problem laravel 9 #188

Closed Tud0r420 closed 1 year ago

Tud0r420 commented 1 year ago

I have followed the GitHub installation steps, it shows me the captcha correctly, but it does nothing I can log in without validating the captcha it gives me these errors in the console:

Indicate whether to send a cookie in a cross-site request by specifying its SameSite attribute Because a cookie’s SameSite attribute was not set or is invalid, it defaults to SameSite=Lax, which prevents the cookie from being sent in a cross-site request. This behavior protects user data from accidentally leaking to third parties and cross-site request forgery. Resolve this issue by updating the attributes of the cookie: Specify SameSite=None and Secure if the cookie should be sent in cross-site requests. This enables third-party use. Specify SameSite=Strict or SameSite=Lax if the cookie should not be sent in cross-site requests. 12 cookies 4 solicitudes Más información: Explicación de cookies SameSite