Google reCAPTCHA Enterprise on Google Cloud Platform (GCP)
You can use Google reCAPTCHA Enterprise as a service for traffic exceeding 1 million assessments per month.To learn how to configure reCAPTCHA Enterprise on GCP, read Set up reCAPTCHA Enterprise … on Google Documentation.
The hCaptcha widget can protect your applications from bots, spam, and other forms of automated abuse.To learn more about hCaptcha and how to get configuration details, read Switch from reCAPTCHA to hCaptcha on hCaptcha Docs.
Friendly Captcha is a system for preventing spam on your website. You can add the Friendly Captcha widget to your web app to fight spam, with little impact to the user experience.To learn more about Friendly Captcha and how to get configuration details, read Installation on Friendly Captcha Docs.
Arkose Labs provides a bot detection solution for mitigating human-based and bot-driven attacks. For more information on seamlessly integrating with Arkose as your CAPTCHA provider, see Arkose Bot Manager.
You must upgrade to Auth0.js v9.23+ to use Arkose as a CAPTCHA provider.
When using Arkose as the CAPTCHA provider, the Auth0.js WebAuth client’s renderCaptcha method allows you to pass a callback function. The second parameter of the callback will be a payload object containing the triggerCaptcha function. The triggerCaptcha function can be used to configure how your application handles and renders the CAPTCHA prompt.To learn more about configuring the renderCaptcha method, read renderCaptcha in the Auth0.js documentation.