Our.Umbraco.Forms.uCaptcha 2.0.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package Our.Umbraco.Forms.uCaptcha --version 2.0.4
NuGet\Install-Package Our.Umbraco.Forms.uCaptcha -Version 2.0.4
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="Our.Umbraco.Forms.uCaptcha" Version="2.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Our.Umbraco.Forms.uCaptcha --version 2.0.4
#r "nuget: Our.Umbraco.Forms.uCaptcha, 2.0.4"
#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 Our.Umbraco.Forms.uCaptcha as a Cake Addin
#addin nuget:?package=Our.Umbraco.Forms.uCaptcha&version=2.0.4

// Install Our.Umbraco.Forms.uCaptcha as a Cake Tool
#tool nuget:?package=Our.Umbraco.Forms.uCaptcha&version=2.0.4

Our.Umbraco.Forms.uCaptcha

A simple to use and integrate captcha plugin for Umbraco Forms which supports both hCaptcha and reCaptcha.

Getting started

This package is supported on Umbraco 9.0.1+ and Umbraco Forms 9.0.1+.

Installation

UmbracoForms.uCaptcha is available from NuGet or as a manual download directly from GitHub.

dotnet add package Our.Umbraco.Forms.uCaptcha

Usage

This package adds both hCaptcha or reCaptcha to Umbraco Forms, configurable in the appsettings.json.

It has the ability to choose from the traditional checkbox or invisible options.

This is tested with Umbraco V9.0.1 and Umbraco Forms 9.0.1

Getting Started

Before you begin you will need to get your API keys from your preferred provider, you can get these from the links below:

hCaptcha

reCaptcha

You will need to add the following settings to your appsettings.json

  "uCaptcha": {
    "SiteKey": "YOUR SITE KEY",
    "SecretKey": "YOUR SECRET KEY",
    "Provider": "YOUR CHOSEN PROVIDER"
  }

To select the provider you will need to change the following setting to your appsettings.json

"Provider": "YOUR CHOSEN PROVIDER"

The choices are either hCaptcha or reCaptcha

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 © 2021 UmbHost Limited.

Licensed under the MIT License.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows 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
5.0.0 324 1/2/2024
5.0.0-rc0001 117 12/19/2023
4.0.4 656 8/7/2023
4.0.3 899 2/15/2023
4.0.0 263 2/15/2023
4.0.0-preview 203 2/1/2023
3.1.2 773 11/24/2022
3.1.1 354 11/14/2022
3.1.0 479 10/20/2022
3.0.1 375 10/17/2022
3.0.0 541 6/16/2022
2.0.8 989 2/1/2022
2.0.5 640 2/1/2022
2.0.4 1,349 10/24/2021
2.0.3 1,040 10/14/2021

2.0.0 Initial Release