TimothyMeadows / reCAPTCHA.AspNetCore

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

Remove second constructor from RecaptchaService #71

Closed p-m-j closed 4 years ago

p-m-j commented 4 years ago

Closes #70

TimothyMeadows commented 4 years ago

I guess i can justify making HttpClient private, it was readonly anyway... and i doubt anyone uses it publicly. But RecaptchaSettings should still be readonly public. There are users with existing code that use this. If you can change this, i can approve this.