UmakersInvisibleReCAPTCHA 1.0.0

dotnet add package UmakersInvisibleReCAPTCHA --version 1.0.0
NuGet\Install-Package UmakersInvisibleReCAPTCHA -Version 1.0.0
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="UmakersInvisibleReCAPTCHA" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add UmakersInvisibleReCAPTCHA --version 1.0.0
#r "nuget: UmakersInvisibleReCAPTCHA, 1.0.0"
#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 UmakersInvisibleReCAPTCHA as a Cake Addin
#addin nuget:?package=UmakersInvisibleReCAPTCHA&version=1.0.0

// Install UmakersInvisibleReCAPTCHA as a Cake Tool
#tool nuget:?package=UmakersInvisibleReCAPTCHA&version=1.0.0

The new Invisible reCAPTCHA field helps protect your Umbraco Forms from bots without having to solve a CAPTCHA. We’re calling it the No CAPTCHA reCAPTCHA experience.

To start using reCAPTCHA, you need to sign up for an API key pair for your site. The key pair consists of a site key and secret key. The site key is used to invoke reCAPTCHA service on your site. The secret key authorizes communication between your application and the reCAPTCHA server to verify the user's response.

For generating needed keys go to https://www.google.com/recaptcha/admin, choose the Invisible reCAPTCHA and then fill in authorized domains or package names. After you accept our terms of service, you can click the Register button to get a new API key pair. Copy keys and paste to /App_Plugins/UmbracoForms/UmbracoForms.config config keys "InvisibleRecaptchaPublicKey" and "InvisibleRecaptchaPrivateKey"

Note: Please make sure that you have installed Umbraco Forms before installing this package.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  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
1.0.0 2,372 10/24/2018

This is the first release of the package