Found 4 packages
reCAPTCHA for .NET is a top .NET-based reCAPTCHA library which allows developers to easily integrate Google's reCAPTCHA service in ASP.NET web applications (Web Forms, MVC 5, ASP.NET Core). The following are highlights of the library are: * Renders reCAPTCHA widget and verifies reCAPTCHA response with minimal amount of code * Provides reCAPTCHA web control (ASP.NET Web Forms for .NET Framework 4.5 and above * Provides HTML helper to quickly render reCAPTCHA widget (ASP.NET MVC 5 / ASP.NET Core 3.1 and above) * Supprts reCAPTCHA version 2 * One of the most well-documented reCAPTCHA libraries in the open source community
A simple, no-drama, reCAPTCHA validation library that works with ASP.NET Core, Razor Pages, MVC 5, and WebForms.
This is a fork of Recaptcha for .Net. I've added a fix to always respect the useSsl boolean. Please revert to original maintainer's package when his serves your purpose, as it is unlikely I will update this package, and the code belongs to Tanveer Yousuf. For more information see the following issue: https://github.com/tanveery/recaptcha-net/issues/2 Recaptcha for .NET allows a developer to easily integrate Google's Recaptcha service (the most popular captcha control) in an ASP.NET Web Forms or ASP.NET MVC web application. The primary features of the library are: * Renders recaptcha control with appropriate options. * Verifies user's answer to recaptcha's challenge. * Supports ASP.NET 4.0, 4.5, and 4.5.1. * Supports ASP.NET MVC 4 and 5. Recpatcha for .NET has the best and most up-to-date documentation available: http://recaptchanet.codeplex.com/documentation
A simple, no-drama, Cloudflare Turnstile validation library that works with ASP.NET Core, Razor Pages, MVC 5, and WebForms.