How to implement reCaptcha V3 in ASP.NET

后端 未结 3 784
面向向阳花
面向向阳花 2020-12-08 17:07

Does anyone have a full implementation demo of reCaptcha V3 in ASP.NET?

I found this article: Google Recaptcha v3 example demo

At the moment I am using reCap

3条回答
  •  爱一瞬间的悲伤
    2020-12-08 17:57

    There are several Recaptcha libraries available for ASP.Net. I chose to use reCAPTCHA.AspNetCore because it provides an HtmlHelper.

    Please note that this library only supports one ReCatpcha per page, and it doesn't support Recaptcha v3 passive monitoring on non-form pages.

提交回复
热议问题