Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Latest commit

 

History

History
9 lines (9 loc) · 575 Bytes

2021-04-16-integrate-google-recaptcha-server-side-validation.md

File metadata and controls

9 lines (9 loc) · 575 Bytes
title issue
Integrate Google ReCaptcha Server side validation
NEXT-14133

Storefront

  • 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 of GuzzleHttp\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