UmakersInvisibleReCAPTCHA 1.0.0
dotnet add package UmakersInvisibleReCAPTCHA --version 1.0.0
NuGet\Install-Package UmakersInvisibleReCAPTCHA -Version 1.0.0
<PackageReference Include="UmakersInvisibleReCAPTCHA" Version="1.0.0" />
paket add UmakersInvisibleReCAPTCHA --version 1.0.0
#r "nuget: UmakersInvisibleReCAPTCHA, 1.0.0"
// 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 | Versions 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. |
-
- UmbracoCMS (>= 7.9.0)
- UmbracoForms (>= 7.0.1)
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,490 | 10/24/2018 |
This is the first release of the package