Adding ReCaptcha (or any captcha system) for user login

System Information
  • Strapi Version: 4.11.3
  • Operating System: Windows 11
  • Database: Postgres
  • Node Version: 18.16.1
  • NPM Version: 9.5.1
  • Yarn Version:

I want to add a captcha field to the User login route. Currently there is only email and password. I want to add a captcha field to avoid brute force and bot attack on the login page. What are the ways that I go with implementing a solution?

Try this for the future

Integrating reCAPTCHA with Next.js (prateeksurana.me)