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
- Host: GitHub
- URL: https://github.com/albx/kitt.web.recaptcha
- Owner: albx
- License: mit
- Created: 2022-06-30T14:22:50.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T17:56:05.000Z (over 1 year ago)
- Last Synced: 2025-09-20T15:13:23.691Z (9 months ago)
- Topics: aspnetcore, blazor, dotnet, recaptcha
- Language: C#
- Homepage:
- Size: 285 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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.