invisible-recaptcha icon indicating copy to clipboard operation
invisible-recaptcha copied to clipboard

An invisible reCAPTCHA package for Laravel, Lumen, CI or native PHP.

Results 25 invisible-recaptcha issues
Sort by recently updated
recently updated
newest added

Could we add full support for multiple form Recaptcha on this? In the docs, I've read it saying that most of the time if you need Recaptcha more than once...

Inline scripts/styles need to have a nonce with CSP enabled. ![Screen Shot 2021-10-28 at 3 19 41 AM](https://user-images.githubusercontent.com/169143/139152469-e6a36fd6-917c-4563-a008-74db2231ab14.png)

I see the badge logo on bottom right corner but the validation always fails. Also got `"g-recaptcha-response": null ` when debug the request using `request()->all()` I'm using the test key...

Began receiving the following error message in my console in Safari 11.1 ``` The source list for Content Security Policy directive 'script-src' contains an invalid source: ''strict-dynamic''. It will be...

enhancement

## Hey, I'd like to request you to issue a CVE for this pull request. ## Summary As I'm doing security research during my bug bounty activities I stumbled upon...

Hi, please take a look at the lazy load option. captcha['options']['lazyLoad'] = env('INVISIBLE_RECAPTCHA_LAZYLOAD', false) This feature delay loading recapcha for better google pagespeed rank.

Hi, i saw you added some optimizations for VueJS which works nicely, but i found a minor bug. Follow these steps in Laravel app with VueJS 1) Implement recaptcha with...

I followed the[ tutorial here](https://programmingfields.com/how-to-implement-captcha-in-laravel-8/) to set it up, but im getting the error below, any idea why? Thanks ``` array_key_exists() expects parameter 2 to be array, null given (View:...

The issue I am facing is before the recaptcha is loaded on a page, user is clicking Submit button and then it returns with error from Controller validation that captcha...

According to Google's frequently asked questions related to hiding the badge, it should be done using the following styles: `.grecaptcha-badge { visibility: hidden; }` https://developers.google.com/recaptcha/docs/faq#id-like-to-hide-the-recaptcha-badge.-what-is-allowed On stackoverflow there is an...