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
161 stars 68 forks source link

Support for using RecaptchaVerificationHelper from ActionFilter #44

Open F0b0s opened 5 years ago

F0b0s commented 5 years ago

Hello, thanks for great lib! I would like to use it in my project, but suddenly found that RecaptchaVerificationHelper is available only in controller. It seems to me captcha verification is cross-cutting concern and can be implemented as ActionFilter, and it can improve your library, can you add support for this funcrionality? Or i can help you and create a pull request.