NuGet / PoliteCaptcha

PoliteCaptcha is a spam prevention library for use with ASP.NET MVC that attempts polite spam prevention first, before rudely presenting the user with a CAPTCHA.
Apache License 2.0
75 stars 13 forks source link

Configurable API keys that is not from ConfigurationManager.AppSettings #1

Closed TimLovellSmith closed 11 years ago

TimLovellSmith commented 11 years ago

We're moving away from web.config as the source of configuration for nuget.org. We have a config abstraction used internally. However, there is no way for us to bridge out abstraction to PoliteCaptcha 0.3.0.0 to act as source of config for recaptcha API keys - PoliteCaptcha is determined to look at AppSettings. Which is hard to override without private reflection.

TimLovellSmith commented 11 years ago

Fixed - upgrade to PoliteCaptcha 0.4.0.0 if you need this feature.