Blazor-Captcha icon indicating copy to clipboard operation
Blazor-Captcha copied to clipboard

Generates a captcha image for a Blazor application

Results 5 Blazor-Captcha issues
Sort by recently updated
recently updated
newest added

Using BlazorCaptcha 1.2.4 in a .NET 6 project results in the following runtime error: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100] Unhandled exception rendering component: The type initializer for 'SkiaSharp.SKImageInfo' threw an exception. System.TypeInitializationException: The type...

Has anyone been able to use this on the blazor template Account/Register.razor or login.razor page? I think SSR is causing problem with it working.

The implementation works well in a local dev environment, but I can't get a live site IIS to render the image properly. I must be doing something wrong. Can you...

When I run the project inside a linux docker container the fonts and text are not shown. I think the fonts are not loaded in linux image. The image is...

I'm sure I'm missing the obvious, but I'm trying to get the built-in refresh button to actually refresh (change the Captcha word.) I've tried the below code. ``` ``` Another...