what is the best way to implement captcha validation functionality.
is there any server-side captcha, image captcha validation available?
Hi Priya,
You can implement a forge component into your app such as the Google reCAPTCHA React
Hi @Priya Naveen,
Adding to João’s Forge link I used reCAPTCHA v2, which supports both the “I’m not a robot” checkbox and image validation. Versions v1 and v3 serve different purposes, but neither includes the image-based challenge.