EasyGCaptchaMVCCore 3.0.0
Easy Google ReCaptcha wrapper for MVC Core
My try to make it easy to implement the google ReCaptcha service for a MVC Website.
For Samples see the project site.
Install-Package EasyGCaptchaMVCCore -Version 3.0.0
dotnet add package EasyGCaptchaMVCCore --version 3.0.0
<PackageReference Include="EasyGCaptchaMVCCore" Version="3.0.0" />
paket add EasyGCaptchaMVCCore --version 3.0.0
#r "nuget: EasyGCaptchaMVCCore, 3.0.0"
// Install EasyGCaptchaMVCCore as a Cake Addin
#addin nuget:?package=EasyGCaptchaMVCCore&version=3.0.0
// Install EasyGCaptchaMVCCore as a Cake Tool
#tool nuget:?package=EasyGCaptchaMVCCore&version=3.0.0
Release Notes
# Changelog #
##3.0.0 (2017-04-15)##
###New###
- Added .Net Core Version
###Fix###
-
---
##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.
Version History
Version | Downloads | Last updated |
---|---|---|
3.0.0 | 654 | 4/15/2017 |