Closed mo-esmp closed 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.
IOptions
IConfiguration
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 viaIConfiguration
section and fluent configuration.