EasyGCaptchaMVC 2.0.1
Easy Google ReCaptcha wrapper for MVC
My try to make it easy to implement the google ReCaptcha service for a MVC Website.
For Samples see the project site.
See the version list below for details.
Install-Package EasyGCaptchaMVC -Version 2.0.1
dotnet add package EasyGCaptchaMVC --version 2.0.1
<PackageReference Include="EasyGCaptchaMVC" Version="2.0.1" />
paket add EasyGCaptchaMVC --version 2.0.1
#r "nuget: EasyGCaptchaMVC, 2.0.1"
// Install EasyGCaptchaMVC as a Cake Addin
#addin nuget:?package=EasyGCaptchaMVC&version=2.0.1
// Install EasyGCaptchaMVC as a Cake Tool
#tool nuget:?package=EasyGCaptchaMVC&version=2.0.1
Release Notes
# Changelog #
##2.0.0 (2017-04-12)##
###New###
- NOW SUPPORTING GOOGLE INVISIBLE CAPTCHAS
- Fully implemented the error codes from google
- Properties ForceDebugMode and ForceReleaseMode are now merged to property ForcedConfigurationMode
- Reduced the posibility of exception by modifying properties and the use of more default values
- New auto computed property EnvironmentSetting shows in which mode the extension runs
- Removed property ShowErrorMessagesOnDebug
- Errors while resolving the captcha lead now to exceptions or ModelState-Errors
###Fix###
- Fixed forceDebugMode and forceReleaseMode overriding at the same time
Dependencies
-
- Microsoft.AspNet.Mvc (>= 5.2.3)
- Newtonsoft.Json (>= 9.0.1)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.