TimothyMeadows / reCAPTCHA.AspNetCore

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

Recaptcha score configurable from appsettings #83

Closed armanRah closed 4 years ago

armanRah commented 4 years ago

Is there a way to get the recaptcha score from appsettings as part of Recaptcha settings. Like, "RecaptchaMeasureScore":"0.5"

TimothyMeadows commented 4 years ago

You can set this via the validation method, that can be set via appsettings on your own and populated into the method. The check for "score" is an optional feature with exception to scores reaching 0.0 in which google does not return a response code.