by Securing HTML forms from bots is an essential part of the security of any web app these days.

When you add your site, also add localhost in the list of domains, this will allow you to use the same key for development.

We do this by sending a post request to Google's reCAPTCHA API with the SECRET KEY and the TOKEN from the front-end.

I would suggest you add this to all pages that can be visited by a bot.

Related Articles