Add-on Directory

Google ReCaptcha add-on for Vaadin Framework - Vaadin Add-on Directory

Google ReCaptcha Google ReCaptcha add-on for Vaadin Framework - Vaadin Add-on Directory
Google ReCaptcha Addon for Vaadin This addon enables seamless integration of Google ReCaptcha into your Vaadin applications, enhancing the security of your website. To use this addon, simply create a ReCaptcha configuration at Google ReCaptcha (https://www.google.com/recaptcha), and provide your dataSiteKey and secretKey. Once configured, you can easily render Google ReCaptcha components to protect your website from bots and automated abuse. The addon currently works for ReCaptcha v2 and ReCaptcha v3 If you have any questions or encounter any issues, feel free to reach out. I’m happy to assist!
View on GitHub

Google ReCaptcha add-on for Vaadin Framework version 1.0.1

Google ReCaptcha add-on for Vaadin Framework version 1.1.0
### Update * Added Component for Google Recaptcha V3 * Code refactoring ```java new RecaptchaComponent(dataSiteKey, secretKey) // replaced to new RecaptchaComponentv2(dataSiteKey, secretKey) ``` * Updated vaadin version to 24.8.2 * Updated dependencies