BeelabRecaptcha2Bundle
BeelabRecaptcha2Bundle copied to clipboard
:computer: Symfony bundle for Google Recaptcha2
Hello, I have a problem with your recaptcha bundle. I can't verify if the recaptcha is empty in my symfony form. When submit my form with empty recaptcha. The processus...
I have implemented this as the documentation instructs, but the user is able to proceed without ticking the checkbox. It would be great if the documentation included instructions to a...
Since google-recaptcha has an associated recipe (https://github.com/symfony/recipes-contrib/tree/master/google/recaptcha). Could this bundle uses the service injected from google-recaptcha instead of redefining a new one ?
https://developers.google.com/recaptcha/docs/v3
Sometimes the Google service is unreachable or anyway times out. It could be nice to have the possibility to define an option to capture that timeout ErrorException and make the...