Soenneker.Blazor.Turnstile 2.1.574

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Blazor.Turnstile --version 2.1.574                
NuGet\Install-Package Soenneker.Blazor.Turnstile -Version 2.1.574                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Soenneker.Blazor.Turnstile" Version="2.1.574" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Soenneker.Blazor.Turnstile --version 2.1.574                
#r "nuget: Soenneker.Blazor.Turnstile, 2.1.574"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Soenneker.Blazor.Turnstile as a Cake Addin
#addin nuget:?package=Soenneker.Blazor.Turnstile&version=2.1.574

// Install Soenneker.Blazor.Turnstile as a Cake Tool
#tool nuget:?package=Soenneker.Blazor.Turnstile&version=2.1.574                

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

alternate text is missing from this package README image Soenneker.Blazor.Turnstile

A Blazor interop library for Cloudflare Turnstile

This library simplifies the integration of Cloudflare Turnstile into Blazor applications, providing access to options, methods, and events. A demo project showcasing common usages is included.

Please refer to the Cloudflare documentation for further details.

Installation

dotnet add package Soenneker.Blazor.Turnstile

1. Add the following to your Startup.cs file

public void ConfigureServices(IServiceCollection services)
{
    services.AddTurnstile();
}

Usage

@using Soenneker.Blazor.Turnstile

<Turnstile @ref="_turnstile" OnCallback="OnCallback" Options="_options" ></Turnstile>

@code{
    private readonly TurnstileOptions _options = new()
    {
        SiteKey = "1x00000000000000000000AA" // Testing key
    };

    private void OnCallback(string token)
    {
        // Send this token to your server for validation
        Logger.LogInformation("OnCallback fired, token: {token}", token);
    }
}

⚠️ While 95%+ of the Cloudflare Turnstile JS has been implemented, there are a few features not yet supported. If you need assistance or want to request a new feature, please open an issue or submit a pull request.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.586 40 10/4/2024
2.1.585 33 10/3/2024
2.1.584 25 10/3/2024
2.1.583 33 10/3/2024
2.1.582 35 10/3/2024
2.1.581 33 10/3/2024
2.1.580 24 10/3/2024
2.1.579 18 10/3/2024
2.1.578 36 10/3/2024
2.1.577 29 10/3/2024
2.1.576 31 10/3/2024
2.1.575 28 10/3/2024
2.1.574 29 10/3/2024
2.1.573 32 10/3/2024
2.1.572 30 10/3/2024
2.1.571 38 10/2/2024
2.1.570 28 10/2/2024
2.1.569 26 10/2/2024
2.1.568 31 10/2/2024
2.1.567 26 10/2/2024
2.1.566 29 10/2/2024
2.1.565 36 10/2/2024
2.1.564 34 10/2/2024
2.1.563 31 10/2/2024
2.1.562 35 10/2/2024
2.1.561 33 10/2/2024
2.1.560 34 10/2/2024
2.1.559 34 10/2/2024
2.1.558 31 10/2/2024
2.1.557 47 10/2/2024
2.1.556 46 10/1/2024
2.1.555 86 10/1/2024
2.1.554 62 10/1/2024
2.1.553 56 10/1/2024
2.1.552 51 10/1/2024
2.1.551 49 10/1/2024
2.1.550 68 10/1/2024
2.1.549 68 10/1/2024
2.1.548 62 10/1/2024
2.1.547 56 10/1/2024
2.1.546 62 10/1/2024
2.1.545 69 10/1/2024
2.1.544 64 10/1/2024
2.1.543 63 9/30/2024
2.1.542 77 9/30/2024
2.1.541 62 9/29/2024
2.1.540 64 9/29/2024
2.1.539 69 9/29/2024
2.1.538 72 9/29/2024
2.1.537 71 9/29/2024
2.1.536 71 9/29/2024
2.1.535 66 9/29/2024
2.1.534 73 9/29/2024
2.1.533 63 9/29/2024
2.1.532 70 9/29/2024
2.1.531 67 9/29/2024
2.1.530 69 9/29/2024
2.1.529 64 9/29/2024
2.1.528 73 9/29/2024
2.1.527 78 9/27/2024
2.1.526 73 9/27/2024
2.1.525 63 9/27/2024
2.1.524 67 9/27/2024
2.1.523 63 9/27/2024
2.1.522 71 9/27/2024
2.1.521 50 9/27/2024
2.1.520 57 9/27/2024
2.1.519 58 9/27/2024
2.1.518 67 9/27/2024
2.1.517 82 9/27/2024
2.1.516 66 9/27/2024
2.1.515 65 9/27/2024
2.1.514 61 9/27/2024
2.1.513 75 9/27/2024
2.1.512 61 9/27/2024
2.1.511 70 9/27/2024
2.1.510 64 9/27/2024
2.1.509 77 9/27/2024
2.1.508 78 9/27/2024
2.1.507 65 9/27/2024
2.1.506 64 9/26/2024
2.1.505 80 9/26/2024
2.1.504 83 9/26/2024
2.1.503 75 9/26/2024
2.1.502 73 9/26/2024
2.1.501 67 9/26/2024
2.1.500 69 9/26/2024
2.1.499 69 9/26/2024
2.1.498 71 9/26/2024
2.1.496 68 9/26/2024
2.1.495 58 9/26/2024
2.1.494 69 9/26/2024
2.1.493 81 9/26/2024
2.1.492 72 9/26/2024
2.1.491 66 9/26/2024
2.1.490 82 9/26/2024
2.1.488 71 9/26/2024
2.1.487 64 9/26/2024
2.1.486 59 9/26/2024
2.1.485 68 9/26/2024
2.1.484 73 9/24/2024
2.1.483 54 9/24/2024
2.1.482 74 9/24/2024
2.1.481 74 9/23/2024
2.1.480 71 9/23/2024
2.1.479 62 9/23/2024
2.1.478 55 9/23/2024
2.1.477 69 9/23/2024
2.1.476 66 9/23/2024
2.1.475 66 9/23/2024
2.1.473 64 9/23/2024
2.1.472 73 9/23/2024
2.1.471 68 9/23/2024
2.1.470 75 9/23/2024
2.1.469 54 9/23/2024
2.1.468 64 9/23/2024
2.1.467 76 9/23/2024
2.1.466 71 9/23/2024
2.1.465 73 9/23/2024
2.1.464 69 9/23/2024
2.1.463 72 9/23/2024
2.1.462 53 9/23/2024
2.1.461 72 9/23/2024
2.1.460 70 9/23/2024
2.1.459 71 9/23/2024
2.1.458 69 9/23/2024
2.1.457 69 9/23/2024
2.1.456 64 9/23/2024
2.1.455 72 9/22/2024
2.1.454 75 9/19/2024
2.1.453 76 9/18/2024
2.1.452 81 9/18/2024
2.1.451 66 9/18/2024
2.1.450 92 9/18/2024
2.1.449 70 9/18/2024
2.1.448 91 9/18/2024
2.1.447 79 9/18/2024
2.1.446 87 9/18/2024
2.1.445 88 9/18/2024
2.1.444 80 9/18/2024
2.1.443 81 9/18/2024
2.1.442 88 9/18/2024
2.1.441 91 9/18/2024
2.1.440 83 9/18/2024
2.1.439 85 9/17/2024
2.1.438 83 9/17/2024
2.1.437 67 9/17/2024
2.1.435 80 9/17/2024
2.1.434 78 9/17/2024
2.1.433 64 9/17/2024
2.1.432 105 9/17/2024
2.1.431 67 9/17/2024
2.1.430 71 9/17/2024
2.1.429 70 9/17/2024
2.1.428 77 9/17/2024
2.1.427 89 9/17/2024
2.1.426 72 9/17/2024
2.1.425 84 9/17/2024
2.1.424 74 9/17/2024
2.1.423 80 9/17/2024
2.1.422 81 9/17/2024
2.1.421 86 9/17/2024
2.1.420 83 9/17/2024
2.1.419 77 9/17/2024
2.1.418 71 9/17/2024
2.1.417 80 9/17/2024
2.1.416 79 9/17/2024
2.1.415 98 9/16/2024
2.1.414 75 9/16/2024
2.1.413 73 9/16/2024
2.1.412 85 9/16/2024
2.1.411 81 9/16/2024
2.1.410 77 9/16/2024
2.1.409 93 9/16/2024
2.1.408 83 9/16/2024
2.1.407 111 9/13/2024
2.1.406 83 9/12/2024
2.1.405 72 9/12/2024
2.1.404 90 9/12/2024
2.1.403 81 9/12/2024
2.1.402 85 9/12/2024
2.1.401 95 9/12/2024
2.1.400 94 9/12/2024
2.1.399 88 9/12/2024
2.1.398 72 9/12/2024
2.1.397 94 9/12/2024
2.1.396 78 9/12/2024
2.1.395 81 9/12/2024
2.1.394 91 9/12/2024
2.1.393 106 9/11/2024
2.1.392 69 9/11/2024
2.1.391 83 9/11/2024
2.1.390 97 9/11/2024
2.1.389 86 9/11/2024
2.1.388 91 9/11/2024
2.1.387 87 9/11/2024
2.1.386 83 9/11/2024
2.1.385 81 9/11/2024
2.1.384 87 9/11/2024
2.1.383 94 9/11/2024
2.1.382 83 9/11/2024
2.1.381 91 9/11/2024
2.1.380 78 9/11/2024
2.1.379 88 9/11/2024
2.1.378 91 9/11/2024
2.1.377 109 9/11/2024
2.1.376 92 9/11/2024
2.1.375 82 9/10/2024
2.1.374 90 9/10/2024
2.1.373 74 9/10/2024
2.1.372 82 9/10/2024
2.1.371 84 9/10/2024
2.1.370 84 9/10/2024
2.1.369 73 9/10/2024
2.1.368 78 9/10/2024
2.1.367 76 9/10/2024
2.1.366 73 9/10/2024
2.1.365 73 9/10/2024
2.1.364 79 9/10/2024
2.1.363 82 9/10/2024
2.1.362 85 9/10/2024
2.1.359 78 9/10/2024
2.1.358 76 9/9/2024
2.1.357 74 9/9/2024
2.1.356 82 9/9/2024
2.1.355 76 9/9/2024
2.1.354 71 9/9/2024
2.1.353 84 9/9/2024
2.1.352 78 9/9/2024
2.1.351 80 9/9/2024
2.1.350 78 9/9/2024
2.1.349 84 9/9/2024
2.1.348 90 9/9/2024
2.1.346 83 9/9/2024
2.1.345 95 9/9/2024
2.1.344 83 9/9/2024
2.1.343 74 9/9/2024
2.1.342 96 9/7/2024
2.1.341 79 9/7/2024
2.1.340 92 9/7/2024
2.1.339 79 9/7/2024
2.1.338 88 9/7/2024
2.1.337 79 9/7/2024
2.1.336 81 9/6/2024
2.1.335 85 9/6/2024
2.1.334 72 9/6/2024
2.1.333 91 9/6/2024
2.1.332 72 9/6/2024
2.1.331 85 9/6/2024
2.1.330 85 9/6/2024
2.1.329 85 9/6/2024
2.1.328 86 9/6/2024
2.1.327 85 9/6/2024
2.1.326 102 9/6/2024
2.1.325 86 9/6/2024
2.1.324 99 9/6/2024
2.1.323 120 9/5/2024
2.1.322 83 9/5/2024
2.1.321 86 9/5/2024
2.1.320 89 9/5/2024
2.1.319 80 9/5/2024
2.1.318 89 9/5/2024
2.1.317 83 9/5/2024
2.1.316 93 9/5/2024
2.1.315 88 9/5/2024
2.1.314 86 9/5/2024
2.1.313 82 9/5/2024
2.1.312 66 9/5/2024
2.1.311 91 9/5/2024
2.1.310 85 9/5/2024
2.1.309 84 9/5/2024
2.1.308 83 9/4/2024
2.1.307 67 9/4/2024
2.1.306 89 9/4/2024
2.1.305 70 9/4/2024
2.1.304 123 9/4/2024
2.1.303 63 9/4/2024
2.1.302 86 9/4/2024
2.1.301 71 9/4/2024
2.1.300 87 9/4/2024
2.1.299 86 9/3/2024
2.1.298 81 9/3/2024
2.1.297 82 9/3/2024
2.1.296 84 9/3/2024
2.1.295 87 9/3/2024
2.1.294 80 9/3/2024
2.1.293 68 9/3/2024
2.1.292 70 9/3/2024
2.1.291 80 9/3/2024
2.1.290 84 9/3/2024
2.1.289 80 9/3/2024
2.1.288 86 9/3/2024
2.1.287 84 9/3/2024
2.1.286 94 8/30/2024
2.1.285 91 8/29/2024
2.1.284 87 8/29/2024
2.1.283 87 8/29/2024
2.1.282 92 8/29/2024
2.1.281 69 8/29/2024
2.1.280 88 8/29/2024
2.1.279 125 8/26/2024
2.1.278 77 8/26/2024
2.1.277 89 8/26/2024
2.1.276 87 8/26/2024
2.1.275 73 8/26/2024
2.1.274 96 8/26/2024
2.1.273 92 8/26/2024
2.1.272 87 8/26/2024
2.1.271 153 8/21/2024
2.1.270 97 8/21/2024
2.1.269 108 8/21/2024
2.1.268 105 8/21/2024
2.1.267 94 8/21/2024
2.1.266 107 8/21/2024
2.1.265 120 8/21/2024
2.1.264 104 8/21/2024
2.1.263 105 8/21/2024
2.1.262 107 8/21/2024
2.1.261 106 8/21/2024
2.1.260 116 8/20/2024
2.1.259 93 8/20/2024
2.1.258 97 8/20/2024
2.1.257 106 8/20/2024
2.1.256 106 8/20/2024
2.1.255 104 8/20/2024
2.1.254 97 8/20/2024
2.1.253 101 8/20/2024
2.1.252 103 8/20/2024
2.1.251 98 8/20/2024
2.1.250 98 8/20/2024
2.1.249 100 8/20/2024
2.1.248 99 8/20/2024
2.1.247 103 8/19/2024
2.1.246 123 8/15/2024
2.1.245 96 8/15/2024
2.1.244 101 8/15/2024
2.1.243 105 8/15/2024
2.1.242 102 8/15/2024
2.1.241 93 8/15/2024
2.1.240 104 8/15/2024
2.1.239 88 8/15/2024
2.1.238 100 8/15/2024
2.1.237 100 8/15/2024
2.1.236 103 8/15/2024
2.1.235 91 8/15/2024
2.1.234 110 8/14/2024
2.1.233 100 8/14/2024
2.1.232 100 8/14/2024
2.1.231 91 8/14/2024
2.1.230 107 8/14/2024
2.1.229 102 8/14/2024
2.1.228 107 8/13/2024
2.1.227 100 8/13/2024
2.1.226 101 8/13/2024
2.1.225 104 8/13/2024
2.1.224 102 8/13/2024
2.1.223 87 8/7/2024
2.1.222 87 8/7/2024
2.1.221 94 8/7/2024
2.1.220 89 8/7/2024
2.1.219 90 8/7/2024
2.1.218 86 8/7/2024
2.1.217 81 8/7/2024
2.1.216 77 8/7/2024
2.1.215 81 8/6/2024
2.1.214 76 8/6/2024
2.1.213 67 8/6/2024
2.1.212 71 8/6/2024
2.1.211 126 8/1/2024
2.1.210 69 8/1/2024
2.1.209 90 8/1/2024
2.1.208 67 8/1/2024
2.1.207 69 8/1/2024
2.1.206 79 8/1/2024
2.1.205 81 8/1/2024
2.1.204 80 8/1/2024
2.1.203 88 8/1/2024
2.1.202 80 8/1/2024
2.1.201 64 8/1/2024
2.1.200 76 8/1/2024
2.1.199 78 8/1/2024
2.1.198 79 8/1/2024
2.1.197 98 7/25/2024
2.1.196 64 7/25/2024
2.1.195 55 7/25/2024
2.1.194 59 7/25/2024
2.1.193 61 7/25/2024
2.1.192 53 7/25/2024
2.1.191 71 7/25/2024
2.1.190 47 7/25/2024
2.1.189 60 7/25/2024
2.1.188 60 7/25/2024
2.1.187 65 7/25/2024
2.1.186 55 7/25/2024
2.1.185 42 7/25/2024
2.1.184 61 7/25/2024
2.1.183 62 7/25/2024
2.1.182 47 7/25/2024
2.1.181 60 7/25/2024
2.1.180 65 7/24/2024
2.1.179 65 7/24/2024
2.1.178 68 7/24/2024
2.1.177 53 7/24/2024
2.1.176 52 7/24/2024
2.1.175 115 7/20/2024
2.1.174 75 7/20/2024
2.1.173 70 7/20/2024
2.1.172 65 7/20/2024
2.1.171 89 7/20/2024
2.1.170 67 7/20/2024
2.1.169 93 7/20/2024
2.1.168 81 7/20/2024
2.1.167 89 7/17/2024
2.1.166 93 7/17/2024
2.1.165 73 7/17/2024
2.1.164 78 7/17/2024
2.1.163 88 7/15/2024
2.1.162 72 7/15/2024
2.1.161 89 7/14/2024
2.1.160 94 7/14/2024
2.1.159 89 7/14/2024
2.1.158 90 7/14/2024
2.1.157 78 7/14/2024
2.1.156 85 7/14/2024
2.1.155 85 7/14/2024
2.1.154 89 7/14/2024
2.1.153 78 7/14/2024
2.1.152 89 7/14/2024
2.1.151 86 7/12/2024
2.1.150 92 7/11/2024
2.1.149 86 7/11/2024
2.1.148 92 7/10/2024
2.1.147 92 7/10/2024
2.1.146 92 7/10/2024
2.1.145 88 7/10/2024
2.1.144 85 7/10/2024
2.1.143 89 7/10/2024
2.1.142 76 7/10/2024
2.1.141 84 7/10/2024
2.1.140 69 7/10/2024
2.1.139 68 7/10/2024
2.1.138 92 7/10/2024
2.1.137 85 7/10/2024
2.1.136 91 7/10/2024
2.1.135 86 7/10/2024
2.1.134 83 7/10/2024
2.1.133 85 7/10/2024
2.1.132 86 7/10/2024
2.1.131 76 7/10/2024
2.1.130 60 7/10/2024
2.1.129 75 7/10/2024
2.1.128 88 7/10/2024
2.1.127 70 7/10/2024
2.1.126 85 7/10/2024
2.1.125 92 7/10/2024
2.1.124 98 7/10/2024
2.1.123 89 7/10/2024
2.1.122 89 7/9/2024
2.1.121 90 7/9/2024
2.1.120 76 7/9/2024
2.1.119 74 7/9/2024
2.1.118 63 7/9/2024
2.1.117 79 7/9/2024
2.1.116 67 7/9/2024
2.1.115 87 7/9/2024
2.1.114 80 7/9/2024
2.1.113 83 7/9/2024
2.1.112 86 7/9/2024
2.1.111 83 7/9/2024
2.1.110 85 7/9/2024
2.1.109 91 7/9/2024
2.1.108 96 7/9/2024
2.1.107 84 7/9/2024
2.1.106 80 7/9/2024
2.1.105 98 7/9/2024
2.1.104 90 7/9/2024
2.1.103 97 7/9/2024
2.1.102 92 7/9/2024
2.1.101 81 7/8/2024
2.1.100 78 7/8/2024
2.1.99 98 7/8/2024
2.1.98 92 7/8/2024
2.1.97 78 7/8/2024
2.1.96 88 7/8/2024
2.1.95 93 7/8/2024
2.1.94 76 7/8/2024
2.1.93 95 7/8/2024
2.1.92 85 7/8/2024
2.1.91 99 7/8/2024
2.1.90 92 7/8/2024
2.1.89 94 7/8/2024
2.1.88 93 7/8/2024
2.1.87 89 7/7/2024
2.1.86 90 7/7/2024
2.1.85 97 7/7/2024
2.1.84 94 7/7/2024
2.1.83 80 7/7/2024
2.1.82 102 7/7/2024
2.1.81 101 7/7/2024
2.1.80 98 7/7/2024
2.1.79 92 7/7/2024
2.1.78 100 7/6/2024
2.1.77 92 7/4/2024
2.1.76 86 7/4/2024
2.1.75 81 7/4/2024
2.1.74 107 7/3/2024
2.1.73 93 7/3/2024
2.1.72 90 7/3/2024
2.1.71 93 7/3/2024
2.1.70 93 7/3/2024
2.1.69 83 7/3/2024
2.1.68 93 7/3/2024
2.1.67 89 7/3/2024
2.1.66 96 7/3/2024
2.1.65 89 7/3/2024
2.1.64 81 7/3/2024
2.1.63 90 7/3/2024
2.1.62 92 7/3/2024
2.1.61 89 7/3/2024
2.1.60 84 7/3/2024
2.1.59 81 7/3/2024
2.1.58 88 7/3/2024
2.1.57 95 7/3/2024
2.1.56 93 7/3/2024
2.1.55 89 7/3/2024
2.1.54 97 7/3/2024
2.1.53 109 7/3/2024
2.1.52 105 7/1/2024
2.1.51 107 7/1/2024
2.1.50 98 6/30/2024
2.1.49 91 6/30/2024
2.1.48 107 6/30/2024
2.1.47 97 6/30/2024
2.1.46 100 6/29/2024
2.1.45 109 6/28/2024
2.1.44 99 6/28/2024
2.1.43 93 6/28/2024
2.1.42 98 6/28/2024
2.1.41 104 6/28/2024
2.1.40 97 6/27/2024
2.1.39 100 6/27/2024
2.1.38 105 6/27/2024
2.1.37 99 6/27/2024
2.1.36 84 6/27/2024
2.1.35 98 6/27/2024
2.1.34 99 6/27/2024
2.1.33 99 6/27/2024
2.1.32 91 6/24/2024
2.1.31 99 6/23/2024
2.1.30 93 6/22/2024
2.1.29 88 6/22/2024
2.1.28 98 6/22/2024
2.1.27 80 6/22/2024
2.1.26 93 6/22/2024
2.1.25 91 6/22/2024
2.1.24 104 6/16/2024
2.1.23 97 6/16/2024
2.1.22 97 6/16/2024
2.1.21 105 6/15/2024
2.1.20 90 6/15/2024
2.1.19 104 6/15/2024
2.1.18 83 6/15/2024
2.1.17 98 6/15/2024
2.1.16 109 6/15/2024
2.1.15 93 6/15/2024
2.1.14 99 6/15/2024
2.1.13 96 6/15/2024
2.1.12 99 6/15/2024
2.1.11 99 6/15/2024
2.1.10 93 6/15/2024
2.1.9 91 6/14/2024
2.1.8 98 6/14/2024
2.1.7 94 6/12/2024
2.1.6 96 6/10/2024
2.1.5 88 6/10/2024
2.1.4 96 6/9/2024
2.1.3 105 6/9/2024