An open API service indexing awesome lists of open source software.

https://github.com/albx/kitt.web.recaptcha

A reCaptcha implementation for ASP.NET Core
https://github.com/albx/kitt.web.recaptcha

aspnetcore blazor dotnet recaptcha

Last synced: 9 months ago
JSON representation

A reCaptcha implementation for ASP.NET Core

Awesome Lists containing this project

README

          

# 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.

```bash
dotnet add package KITT.Web.ReCaptcha.Blazor
```

More informations are available on the project [README](https://github.com/albx/KITT.Web.ReCaptcha/blob/main/src/KITT.Web.ReCaptcha.Blazor/README.md).

## 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.

```bash
dotnet add package KITT.Web.ReCaptcha.Http
```

More informations are available on the project [README](https://github.com/albx/KITT.Web.ReCaptcha/blob/main/src/KITT.Web.ReCaptcha.Http/README.md).

## Contributing

Contributions are always welcome!

If you have any issue, feedback or contrib, please, check out the [CONTRIBUTING](https://github.com/albx/KITT.Web.ReCaptcha/blob/main/CONTRIBUTING.md) file.