title | issue |
---|---|
Integrate Google ReCaptcha Server side validation |
NEXT-14133 |
- Changed
\Shopware\Storefront\Framework\Captcha\AbstractCaptcha::supports
method to provide a common method for the implementation captchas - Added a new service
shopware.captcha.client
which is an instance ofGuzzleHttp\Client
- Changed
\Shopware\Storefront\Framework\Captcha\GoogleReCaptchaV2::isValid
to validate google reCaptcha v2 server side - Changed
\Shopware\Storefront\Framework\Captcha\GoogleReCaptchaV3::isValid
to validate google reCaptcha v3 server side