Skip to main content

๐Ÿ›ก๏ธ ReCaptcha

SaaSykit comes with a built-in support for Google ReCaptcha. This allows you to avoid spam and abuse by malicious actors or bots.

ReCaptcha

You can enable or disable the ReCaptcha from the admin panel, under Settings -> General Settings -> Recaptcha. Once enabled, the ReCaptcha will be displayed on login and registration pages.

ReCaptcha Admin

To configure your ReCaptcha,

  1. Create a new site in the Google ReCaptcha admin panel.
  2. Add a label for your site.
  3. Choose Challenge (v2) for the reCAPTCHA type.
  4. Add your domain to the list of domains.
  5. Click on Submit.

After you have created your site, you will be provided with a Site Key and a Secret Key. Copy these keys and paste them into the ReCaptcha settings in the admin panel.

tip

If you want to test the recaptcha while in development, you can use the localhost domain in the Google ReCaptcha admin panel.