passioneight / pimcore-google-recaptcha

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Recaptcha

Google provides a useful CAPTCHA that can be used to provide better security for your pages, namely Google reCAPTCHA.

Fun fact: CAPTCHA means Completely Automated Public Turing test to tell Computers and Humans Apart.

Table of contents

When should I use this bundle?

Whenever an action in your Pimcore-project needs to be protected with Google reCAPTCHA V3.

V3 is the only supported version.

Why should I use this bundle?

To protect your site against bots. For example, if your site has some kind of authentication (e.g., login, registration, ...), you'll want to include Google reCAPTCHA into your site as this will increase security. See Google's explanatory video for details.

Please note that there are some privacy concerns, as it is said (though, not proven) that Google may collect user data for their own benefits - other than Google reCAPTCHA improvements.

Beware that you are responsible for GDPR compliance.

About

License:GNU General Public License v3.0


Languages

Language:PHP 85.9%Language:JavaScript 12.5%Language:Twig 1.6%