Skip to content

albx/KITT.Web.ReCaptcha

Repository files navigation

KITT.Web.ReCaptcha

This repository contains a set of packages which allows you to add Google reCaptcha to your ASP.NET Core Applications.

KITT.Web.ReCaptcha.Blazor

This project add Google reCaptcha to your Blazor apps.
This project targets .NET 8 as supported Framework version.

Installation

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.

KITT.Web.ReCaptcha.Http

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.

Installation

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.

Contributing

Contributions are always welcome!

If you have any issue, feedback or contrib, please, check out the CONTRIBUTING file.