ReCaptchaValidation Module
ReCaptcha
Model
This class serves as a wrapper around Google's ReCaptcha library to resolve PHP 8.2+ dynamic property deprecation warnings in Magento 2. Developers do...
ValidationConfig
Model
This class is a data transfer object (DTO) that holds configuration settings required for ReCaptcha validation. Developers use it to pass ReCaptcha cr...
Validator
Model
This class validates reCAPTCHA responses from users by verifying them against Google's reCAPTCHA service. Developers use this validator when implement...