Skip to main content

reCAPTCHA

reCAPTCHA is provided by Google. And we use reCAPTCHA v2 Checkbox . You can see more details from this link.

Create an API key pair

To start using reCAPTCHA, you need to sign up for an API key pair for your site. The key pair consists of a site key and secret key. The site key is used to invoke reCAPTCHA service on your site or mobile application. The secret key authorizes communication between your application backend and the reCAPTCHA server to verify the user's response.

First, choose the type of reCAPTCHA and then fill in authorized domains or package names. After you have accepted the terms of service, click Register to get a new API key pair.

recaptcha create apiKey

Then you can get a site key and a secret key.

recaptcha apiKey

Configure in Casdoor

Create a new provider in Casdoor.

Select category as Captcha , type as reCAPTCHA . And you need to fulfill the site key and the secret key which is created by last step.

Recaptcha provider

And you can click Preview button to preview the style of this captcha.

Recaptcha preview

Applied in application

Edit the application you want to configure in Casdoor. Select the provider just added and click the button Save.

Recaptcha provider app