Skip to content

Recaptcha

Integrate Recaptcha into your web applications using WeWeb to enhance security.

Recaptcha serves as a robust security mechanism that safeguards websites against spam by effectively differentiating between human users and automated bots. This tool ensures that only legitimate users can access site functionalities, thereby bolstering security and preventing misuse.

Configuring Recaptcha

To integrate Recaptcha, a Google plugin, you must first generate a key through your Google account. This can be accomplished by visiting the Google Recaptcha Admin.

Ensure that you configure the following domains:

  • weweb.io - for testing within the editor
  • Your specific domain name

Within the WeWeb editor:

  • Paste the generated Site Key into the Site Key property.
  • To enable automatic submission of this value with a related form, activate the Send value at submit option.

Please note that this is only one aspect of the Recaptcha configuration. For a complete setup, you must also configure the backend. Utilize the private key in your backend to verify the authenticity of requests. For further details, refer to Google's Verify Documentation.