I would like to use this recaptcha library in my plugin.
https://www.nuget.org/packages/reCAPTCHA.AspNetCore/
I added public and secret keys in appsetings in section RecaptchaSettings.
But I need connect model RecaptchaSettings with this section.
is it possible in DependencyRegistar of plugin to do something?
services.Configure<RecaptchaSettings>(Configuration.GetSection("RecaptchaSettings"));