tanveery / recaptcha-net

reCAPTCHA for .NET library lets you easily use Google's reCAPTCHA in an ASP.NET Web Forms / MVC / ASP.NET Core application.
Apache License 2.0
161 stars 68 forks source link

How to implement reCAPTCHA v2 (Invisible reCAPTCHA badge) Type #76

Open WadeaHijjawi opened 1 year ago

WadeaHijjawi commented 1 year ago

The invisible reCAPTCHA badge does not require the user to click on a checkbox, instead it is invoked directly when the user clicks on an existing button on your site or can be invoked via a JavaScript API call How to implement this type using your package and ASP.NET Web Forms 4.5