tanveery / recaptcha-net

reCAPTCHA for .NET library lets you easily use Google's reCAPTCHA in an ASP.NET Web Forms / MVC / ASP.NET Core application.
Apache License 2.0
163 stars 69 forks source link

reCAPTCHA v2 #8

Closed babakarj closed 8 years ago

babakarj commented 9 years ago

How is it possible to use reCAPTCHA v2 with this library?

https://support.google.com/recaptcha/#6080904

hikalkan commented 9 years ago

+1

evnik commented 9 years ago

As mentioned in #5, support of reCAPTCHA V2 (new widget) is implemented in #3, which is waiting to be merged. For now you can temporarily use reCAPTCHA4net.

tanveery commented 8 years ago

The new version is released on GitHub and Nuget. It seamlessly supports both version 1 and 2 of Google's reCAPTCHA. All you need is to set value 1 or 2 for recapchaApiVersion app settings of web.config file. Other changes include strong name signing, bug fixes and code optimization.

hikalkan commented 8 years ago

This is very good news. Thank you very much :)

tiesont commented 8 years ago

I notice the NuGet package defaults to use version 1 in the web.config - is that intentional? If not, Google seems to be pushing everyone to v.2, so it may be worth updating the package.