griesoft/aspnetcore-recaptcha

Is there any way to customise the score/threshold for validations?

jagbarcelo opened this issue · 1 comments

According to Google's documentation on reCaptcha v3, there is a score parameter returned with each validation. See https://developers.google.com/recaptcha/docs/v3#interpreting_the_score

By default, a 0.5 threshold can be used, but there is no place in the config pages of your plugin to tweak that value in case we want to tighten or relax validations. Only the Site Key and Secret Key values are configurable:

image

We are using Workflows and for the tasks used there, no configurable score is avalable either:

workflow

Where should we do that? Does your plugin have support for this? Are you planning to add it? Thanks.

Sorry... wrong project. This issue was intended for https://github.com/griesoft/orchardcore-recaptcha
Closing it