AaronSadler.HCaptcha 0.0.2-beta

Suggested Alternatives

AaronSadler.uCaptcha

This is a prerelease version of AaronSadler.HCaptcha.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package AaronSadler.HCaptcha --version 0.0.2-beta
NuGet\Install-Package AaronSadler.HCaptcha -Version 0.0.2-beta
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AaronSadler.HCaptcha" Version="0.0.2-beta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AaronSadler.HCaptcha --version 0.0.2-beta
#r "nuget: AaronSadler.HCaptcha, 0.0.2-beta"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install AaronSadler.HCaptcha as a Cake Addin
#addin nuget:?package=AaronSadler.HCaptcha&version=0.0.2-beta&prerelease

// Install AaronSadler.HCaptcha as a Cake Tool
#tool nuget:?package=AaronSadler.HCaptcha&version=0.0.2-beta&prerelease

UmbracoForms.hCaptcha

An alternative captcha solution

Getting started

This package is supported on Umbraco 8.6+ and Umbraco Forms 8.4.1+.

Installation

UmbracoForms.hCaptcha is available from Our Umbraco, NuGet or as a manual download directly from GitHub.

Our Umbraco repository

You can find a downloadable package, along with a discussion forum for this package, on the Our Umbraco site.

Usage

Pre-Release

This package adds hCaptcha to Umbraco Forms.

This is tested with Umbraco V8.6.1 and Umbraco Forms 8.4.1

You can see a demo of it in action here: https://aaronsadler.uk/contact/

You will need to add the following keys to your Web.Config:

<add key="hCaptchaSiteKey" value="YOUR SITE KEY" />
<add key="hCaptchaSecretKey" value="YOUR SECRET KEY" />

Contribution guidelines

To raise a new bug, create an issue on the GitHub repository. To fix a bug or add new features, fork the repository and send a pull request with your changes. Feel free to add ideas to the repository's issues list if you would to discuss anything related to the package.

License

Copyright © 2020 Aaron Sadler.

Licensed under the MIT License.

Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

0.0.2-beta Initial release