This repository contains a set of packages which allows you to add Google reCaptcha to your ASP.NET Core Applications.
This project add Google reCaptcha to your Blazor apps.
This project targets .NET 8 as supported Framework version.
This project is available on NuGet.
It can be installed using the dotnet add package
command or the NuGet wizard on your favourite IDE.
dotnet add package KITT.Web.ReCaptcha.Blazor
More informations are available on the project README.
This project add Google reCaptcha to your ASP.NET Core apps giving the service to validate your reCaptcha client response.
This project targets .NET 6 and .NET 8 as supported Framework versions.
This project is available on NuGet.
It can be installed using the dotnet add package
command or the NuGet wizard on your favourite IDE.
dotnet add package KITT.Web.ReCaptcha.Http
More informations are available on the project README.
Contributions are always welcome!
If you have any issue, feedback or contrib, please, check out the CONTRIBUTING file.