KarserRecaptcha3Bundle icon indicating copy to clipboard operation
KarserRecaptcha3Bundle copied to clipboard

Google ReCAPTCHA v3 for Symfony

Results 11 KarserRecaptcha3Bundle issues
Sort by recently updated
recently updated
newest added

Hello, I work in API mode on symfony 5 (ApiPlatform) with nuxtjs in Front. After implementing your bundle. I get as error: ` The captcha value is missing`. Thank you...

Could we make symfony/form as an optional dep? For example I don't use forms in app but it's installed because only this package requires them.

Seems your firebase dynamic link is not whitelisting This is the first link of the main doc, wants to go to https://g.co/recaptcha/v3 It also seems that firebase will be shutdown...

Hello, When I submit the form and then refresh the page (so, the browser resend the form), I got a symfony form error. This is the errorCodes from Google: `"There...

Hi everyone! my application environnement is: -> angular 16 (i use postMan to test this login endPoint) -> SF 6 ---> LexikJWTAuthenticationBundle `###> karser/karser-recaptcha3-bundle ### RECAPTCHA3_KEY=xxxxxxxx RECAPTCHA3_SECRET=xxxx RECAPTCHA3_ENABLED=1 ###< karser/karser-recaptcha3-bundle...

I followed your readme and successfully integrate google recaptcha3 to my site. **It works fine**. But when testing it throws error. **Errror:** ```sh App\Tests\Form\ContactTypeTest::testSubmitValidData ArgumentCountError: Too few arguments to function...

removing the defer attribute leaving only async works perfectly with edge. It seems to work fine in firefox but can be reproduced in google chrome.

Hi, I would like to update the recaptcha version and move from v3 to the enterprise version. Is this plugin compatible? Thank you!

Hello, I use recaptcha v3 enterprise, there is only one key (id). So, impossible to make the bundle work, certainly because of the missing second key. RECAPTCHA3_KEY=RECAPTCHA_ID RECAPTCHA3_SECRET=??? The captcha...

`spaceless` filter is deprecated as of twig 3.12 Fix #76