Summary

Setting up a captcha can help protect your Dynamic-enabled site from bots. We currently support hCaptcha as our captcha provider.

Here is an example of how it looks like when enabled in Dynamicā€™s SDK.

Setting up hCaptcha

To get started, you must first create an hCaptcha account.

  1. Sign up for a new account on hCaptcha - We recommend considering upgrading to the ā€œProā€ plan, which allows for ā€œpassiveā€ and ā€œfriction-freeā€ modes.
  2. Add a new site - Make sure the hostname corresponds to the domain you are using the Dynamic SDK on. For example, if you plan to set up the Dynamic SDK in app.myawesomesite.com, then you should add this value to the Hostname sections in hCaptcha.
  3. Get your site key - This is used by the Dynamic SDK to communicate with hCaptcha and display a captcha challenge before the verification step in the wallet sign-in flow. Copy this value, which we will need to set up in Dynamic.
  4. Get your secret key - This is used by the Dynamic server-side backend to verify the captcha result from the SDK, and is never leaked to the SDK. To get your secret key, click on your account profile on the upper right corner and select ā€œSettingsā€. You should see your plaintext secret key, which you should also copy to set up in Dynamic.

Setting up Dynamic captcha

Now that we have hCaptcha set up, we can move on to final configuration within Dynamic.

  1. Log in to Dynamic Dashboard. On the right navigation bar, click on ā€œConfigurationsā€ then select ā€œhCaptchaā€ under ā€œOnboarding Fieldsā€

  2. Add your site key and secret key from hCaptcha - See previous steps on how to set up your hCaptcha credentials.

  3. Enable - When you are ready to enable the captcha, please make sure to switch the ā€œenableā€ toggle.