laravel-google-recaptcha-v3
laravel-google-recaptcha-v3 copied to clipboard
It's probably the best Laravel Package for Google reCAPTCHA v3. Vue component supported.
Hello, The badge is still showing at the bottom of the page when background_badge_display set to false.. thanks
adjust require command, Typo
Hello, I have a problem with this error. I checked every issue here and all of them are timeouts after 2 minutes of page loading, but for me, the problem...
Thank you for creating this package. I am hoping to use this within a Livewire component and wondering whether there are any special considerations to take into account. My use...
I have a large form to fill in on my website. After some time, the token times out. Is this by design or am i missing something? If by design,...
I added the following as a vue file in the Vue cli project. ``` export default { name: 'GoogleRecaptcha', props: { action: { type: String, required: false, default: 'validate_grecaptcha' },...
I'm using your component in Vue.js however I notice that when the user fills out a very large form, spending too much time on screen, the first request will give...
After submitting the form in vue, the page is returned as **domain.com/?g-recaptcha-response=XXXXXXXXXX** and doesn't continue the process. I'm implementing the recaptcha in vue login request and the code in my...
Hi, sometime, only access in mobile, my users are getting "Successfully passed" as an error message. My implementation is correct... It works at browser, but sometimes get this error in...
Could you add a config option to deactivate CURLOPT_SSL_VERIFYPEER via config for testing purpose ? likewise : curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, config('captcha.verify', true)); Thanks and great job Edit: there is a "options"...