AspNetCore.ReCaptcha icon indicating copy to clipboard operation
AspNetCore.ReCaptcha copied to clipboard

Google ReCAPTCHA v2/v3 Library for .NET Core 3.x/5.x

Results 8 AspNetCore.ReCaptcha issues
Sort by recently updated
recently updated
newest added

Can the callback options for error and expired be included for v2 invisible? They appear to only be included for V2. They appear to be valid for v2 invisible as...

This is possibly (almost certainly) a result of my stupidity, but I'm unable to validate a V3 token when submitted via AJAX. Excuse terminology - I'm not a programmer... On...

**Is your feature request related to a problem? Please describe.** Hello, this plugin is great, just it lowers my "PageSpeed" score a lot. I am talking about the Recaptcha v3....

**Describe the bug** If I fill out all the fields of my form, except the captcha, there is no client side validation. The browser goes to the server, where I...

Under investigation

Would you have an idea how I'd go about using this in Blazor? Its a nice neat library would be great to get it working.

help wanted

**Describe the bug** I'm using .net 6 i used previous version everything was fine today(feb 16) i updated the package and when i'm trying to sumbit the form second time...

**Describe the bug** Not sure if this is a bug or feature enhancement. Currently when an ajax action is called, the token doesn't get refreshed after a form postback. From...

Further information requested
Under investigation

When implementing V3, an error "grecaptcha is not defined" This code works with V2, but get the error with V3 ``` @if (ReCaptchaSettings.Value.Enabled) { ReCaptchaSettings.Value.Version = Model.Merchant.RecaptchaVersion ?? ReCaptchaSettings.Value.Version; @if...