Soenneker.Blazor.Turnstile 2.1.238

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.238                
NuGet\Install-Package Soenneker.Blazor.Turnstile -Version 2.1.238                
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.238" />                
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.238                
#r "nuget: Soenneker.Blazor.Turnstile, 2.1.238"                
#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.238

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

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.537 0 9/29/2024
2.1.536 0 9/29/2024
2.1.535 0 9/29/2024
2.1.534 0 9/29/2024
2.1.533 0 9/29/2024
2.1.532 0 9/29/2024
2.1.531 0 9/29/2024
2.1.530 0 9/29/2024
2.1.529 0 9/29/2024
2.1.528 0 9/29/2024
2.1.527 41 9/27/2024
2.1.526 35 9/27/2024
2.1.525 28 9/27/2024
2.1.524 31 9/27/2024
2.1.523 26 9/27/2024
2.1.522 33 9/27/2024
2.1.521 22 9/27/2024
2.1.520 24 9/27/2024
2.1.519 24 9/27/2024
2.1.518 34 9/27/2024
2.1.517 36 9/27/2024
2.1.516 30 9/27/2024
2.1.515 30 9/27/2024
2.1.514 26 9/27/2024
2.1.513 34 9/27/2024
2.1.512 28 9/27/2024
2.1.511 38 9/27/2024
2.1.510 30 9/27/2024
2.1.509 39 9/27/2024
2.1.508 40 9/27/2024
2.1.507 31 9/27/2024
2.1.506 33 9/26/2024
2.1.505 37 9/26/2024
2.1.504 33 9/26/2024
2.1.503 31 9/26/2024
2.1.502 29 9/26/2024
2.1.501 32 9/26/2024
2.1.500 34 9/26/2024
2.1.499 29 9/26/2024
2.1.498 38 9/26/2024
2.1.496 27 9/26/2024
2.1.495 26 9/26/2024
2.1.494 33 9/26/2024
2.1.493 40 9/26/2024
2.1.492 38 9/26/2024
2.1.491 30 9/26/2024
2.1.490 36 9/26/2024
2.1.488 33 9/26/2024
2.1.487 31 9/26/2024
2.1.486 24 9/26/2024
2.1.485 33 9/26/2024
2.1.484 70 9/24/2024
2.1.483 51 9/24/2024
2.1.482 71 9/24/2024
2.1.481 71 9/23/2024
2.1.480 68 9/23/2024
2.1.479 59 9/23/2024
2.1.478 52 9/23/2024
2.1.477 66 9/23/2024
2.1.476 63 9/23/2024
2.1.475 63 9/23/2024
2.1.473 61 9/23/2024
2.1.472 70 9/23/2024
2.1.471 65 9/23/2024
2.1.470 72 9/23/2024
2.1.469 51 9/23/2024
2.1.468 61 9/23/2024
2.1.467 73 9/23/2024
2.1.466 68 9/23/2024
2.1.465 70 9/23/2024
2.1.464 66 9/23/2024
2.1.463 69 9/23/2024
2.1.462 50 9/23/2024
2.1.461 69 9/23/2024
2.1.460 67 9/23/2024
2.1.459 68 9/23/2024
2.1.458 66 9/23/2024
2.1.457 66 9/23/2024
2.1.456 61 9/23/2024
2.1.455 69 9/22/2024
2.1.454 72 9/19/2024
2.1.453 73 9/18/2024
2.1.452 78 9/18/2024
2.1.451 63 9/18/2024
2.1.450 89 9/18/2024
2.1.449 67 9/18/2024
2.1.448 88 9/18/2024
2.1.447 76 9/18/2024
2.1.446 84 9/18/2024
2.1.445 85 9/18/2024
2.1.444 77 9/18/2024
2.1.443 78 9/18/2024
2.1.442 85 9/18/2024
2.1.441 88 9/18/2024
2.1.440 80 9/18/2024
2.1.439 82 9/17/2024
2.1.438 80 9/17/2024
2.1.437 64 9/17/2024
2.1.435 77 9/17/2024
2.1.434 75 9/17/2024
2.1.433 50 9/17/2024
2.1.432 102 9/17/2024
2.1.431 64 9/17/2024
2.1.430 68 9/17/2024
2.1.429 67 9/17/2024
2.1.428 74 9/17/2024
2.1.427 86 9/17/2024
2.1.426 69 9/17/2024
2.1.425 81 9/17/2024
2.1.424 71 9/17/2024
2.1.423 77 9/17/2024
2.1.422 78 9/17/2024
2.1.421 83 9/17/2024
2.1.420 80 9/17/2024
2.1.419 74 9/17/2024
2.1.418 68 9/17/2024
2.1.417 77 9/17/2024
2.1.416 76 9/17/2024
2.1.415 95 9/16/2024
2.1.414 72 9/16/2024
2.1.413 71 9/16/2024
2.1.412 82 9/16/2024
2.1.411 78 9/16/2024
2.1.410 74 9/16/2024
2.1.409 90 9/16/2024
2.1.408 80 9/16/2024
2.1.407 108 9/13/2024
2.1.406 80 9/12/2024
2.1.405 69 9/12/2024
2.1.404 87 9/12/2024
2.1.403 78 9/12/2024
2.1.402 83 9/12/2024
2.1.401 91 9/12/2024
2.1.400 91 9/12/2024
2.1.399 85 9/12/2024
2.1.398 69 9/12/2024
2.1.397 91 9/12/2024
2.1.396 75 9/12/2024
2.1.395 78 9/12/2024
2.1.394 88 9/12/2024
2.1.393 103 9/11/2024
2.1.392 66 9/11/2024
2.1.391 80 9/11/2024
2.1.390 94 9/11/2024
2.1.389 83 9/11/2024
2.1.388 88 9/11/2024
2.1.387 84 9/11/2024
2.1.386 80 9/11/2024
2.1.385 78 9/11/2024
2.1.384 84 9/11/2024
2.1.383 91 9/11/2024
2.1.382 80 9/11/2024
2.1.381 88 9/11/2024
2.1.380 75 9/11/2024
2.1.379 85 9/11/2024
2.1.378 88 9/11/2024
2.1.377 105 9/11/2024
2.1.376 89 9/11/2024
2.1.375 79 9/10/2024
2.1.374 87 9/10/2024
2.1.373 71 9/10/2024
2.1.372 79 9/10/2024
2.1.371 81 9/10/2024
2.1.370 81 9/10/2024
2.1.369 70 9/10/2024
2.1.368 75 9/10/2024
2.1.367 73 9/10/2024
2.1.366 70 9/10/2024
2.1.365 70 9/10/2024
2.1.364 76 9/10/2024
2.1.363 79 9/10/2024
2.1.362 82 9/10/2024
2.1.359 75 9/10/2024
2.1.358 73 9/9/2024
2.1.357 71 9/9/2024
2.1.356 79 9/9/2024
2.1.355 73 9/9/2024
2.1.354 68 9/9/2024
2.1.353 81 9/9/2024
2.1.352 75 9/9/2024
2.1.351 77 9/9/2024
2.1.350 75 9/9/2024
2.1.349 81 9/9/2024
2.1.348 87 9/9/2024
2.1.346 79 9/9/2024
2.1.345 91 9/9/2024
2.1.344 80 9/9/2024
2.1.343 71 9/9/2024
2.1.342 93 9/7/2024
2.1.341 76 9/7/2024
2.1.340 89 9/7/2024
2.1.339 76 9/7/2024
2.1.338 85 9/7/2024
2.1.337 76 9/7/2024
2.1.336 78 9/6/2024
2.1.335 82 9/6/2024
2.1.334 69 9/6/2024
2.1.333 88 9/6/2024
2.1.332 69 9/6/2024
2.1.331 82 9/6/2024
2.1.330 82 9/6/2024
2.1.329 82 9/6/2024
2.1.328 83 9/6/2024
2.1.327 82 9/6/2024
2.1.326 97 9/6/2024
2.1.325 83 9/6/2024
2.1.324 94 9/6/2024
2.1.323 118 9/5/2024
2.1.322 80 9/5/2024
2.1.321 83 9/5/2024
2.1.320 86 9/5/2024
2.1.319 77 9/5/2024
2.1.318 86 9/5/2024
2.1.317 80 9/5/2024
2.1.316 90 9/5/2024
2.1.315 85 9/5/2024
2.1.314 83 9/5/2024
2.1.313 79 9/5/2024
2.1.312 63 9/5/2024
2.1.311 88 9/5/2024
2.1.310 82 9/5/2024
2.1.309 81 9/5/2024
2.1.308 80 9/4/2024
2.1.307 64 9/4/2024
2.1.306 86 9/4/2024
2.1.305 67 9/4/2024
2.1.304 120 9/4/2024
2.1.303 60 9/4/2024
2.1.302 83 9/4/2024
2.1.301 68 9/4/2024
2.1.300 84 9/4/2024
2.1.299 83 9/3/2024
2.1.298 78 9/3/2024
2.1.297 79 9/3/2024
2.1.296 81 9/3/2024
2.1.295 84 9/3/2024
2.1.294 77 9/3/2024
2.1.293 64 9/3/2024
2.1.292 67 9/3/2024
2.1.291 77 9/3/2024
2.1.290 80 9/3/2024
2.1.289 77 9/3/2024
2.1.288 83 9/3/2024
2.1.287 81 9/3/2024
2.1.286 91 8/30/2024
2.1.285 89 8/29/2024
2.1.284 85 8/29/2024
2.1.283 84 8/29/2024
2.1.282 89 8/29/2024
2.1.281 66 8/29/2024
2.1.280 85 8/29/2024
2.1.279 122 8/26/2024
2.1.278 74 8/26/2024
2.1.277 86 8/26/2024
2.1.276 84 8/26/2024
2.1.275 70 8/26/2024
2.1.274 93 8/26/2024
2.1.273 89 8/26/2024
2.1.272 84 8/26/2024
2.1.271 150 8/21/2024
2.1.270 94 8/21/2024
2.1.269 105 8/21/2024
2.1.268 102 8/21/2024
2.1.267 91 8/21/2024
2.1.266 104 8/21/2024
2.1.265 117 8/21/2024
2.1.264 101 8/21/2024
2.1.263 102 8/21/2024
2.1.262 105 8/21/2024
2.1.261 104 8/21/2024
2.1.260 114 8/20/2024
2.1.259 91 8/20/2024
2.1.258 95 8/20/2024
2.1.257 104 8/20/2024
2.1.256 104 8/20/2024
2.1.255 102 8/20/2024
2.1.254 95 8/20/2024
2.1.253 99 8/20/2024
2.1.252 101 8/20/2024
2.1.251 96 8/20/2024
2.1.250 96 8/20/2024
2.1.249 98 8/20/2024
2.1.248 97 8/20/2024
2.1.247 101 8/19/2024
2.1.246 121 8/15/2024
2.1.245 94 8/15/2024
2.1.244 99 8/15/2024
2.1.243 103 8/15/2024
2.1.242 100 8/15/2024
2.1.241 91 8/15/2024
2.1.240 102 8/15/2024
2.1.239 86 8/15/2024
2.1.238 98 8/15/2024
2.1.237 98 8/15/2024
2.1.236 101 8/15/2024
2.1.235 89 8/15/2024
2.1.234 108 8/14/2024
2.1.233 98 8/14/2024
2.1.232 98 8/14/2024
2.1.231 89 8/14/2024
2.1.230 105 8/14/2024
2.1.229 100 8/14/2024
2.1.228 105 8/13/2024
2.1.227 98 8/13/2024
2.1.226 99 8/13/2024
2.1.225 101 8/13/2024
2.1.224 99 8/13/2024
2.1.223 85 8/7/2024
2.1.222 85 8/7/2024
2.1.221 92 8/7/2024
2.1.220 87 8/7/2024
2.1.219 88 8/7/2024
2.1.218 84 8/7/2024
2.1.217 79 8/7/2024
2.1.216 75 8/7/2024
2.1.215 79 8/6/2024
2.1.214 75 8/6/2024
2.1.213 64 8/6/2024
2.1.212 68 8/6/2024
2.1.211 124 8/1/2024
2.1.210 67 8/1/2024
2.1.209 88 8/1/2024
2.1.208 65 8/1/2024
2.1.207 67 8/1/2024
2.1.206 77 8/1/2024
2.1.205 79 8/1/2024
2.1.204 78 8/1/2024
2.1.203 86 8/1/2024
2.1.202 78 8/1/2024
2.1.201 62 8/1/2024
2.1.200 74 8/1/2024
2.1.199 76 8/1/2024
2.1.198 77 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 79 7/9/2024
2.1.113 82 7/9/2024
2.1.112 85 7/9/2024
2.1.111 82 7/9/2024
2.1.110 84 7/9/2024
2.1.109 90 7/9/2024
2.1.108 95 7/9/2024
2.1.107 83 7/9/2024
2.1.106 79 7/9/2024
2.1.105 97 7/9/2024
2.1.104 89 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 103 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