TimothyMeadows / reCAPTCHA.AspNetCore

Google reCAPTCHA v2/v3 for .NET Core 3.x
MIT License
144 stars 51 forks source link

Fixing issue #56 Unable to activate The following constructors are ambiguous. #58

Closed mo-esmp closed 4 years ago

mo-esmp commented 4 years ago

Fixing TimothyMeadows/reCAPTCHA.AspNetCore#56. I removed dependency on IOptions hence it's no longer required. Also, I added two integration tests to validate Recaptcha service registration via IConfiguration section and fluent configuration.