Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.34 KB

README.md

File metadata and controls

22 lines (17 loc) · 1.34 KB

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.

Why should I use this bundle?

If your site has some kind of authentication (e.g., login, registration, ...) or allows to submit product reviews, you'll want to include Google reCAPTCHA into your site as this will increase both trustworthiness and 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.