Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/soenneker/soenneker.cloudflare.turnstile.client

A .NET HTTP client for Cloudflare's Turnstile API, commonly used for server validation
https://github.com/soenneker/soenneker.cloudflare.turnstile.client

captcha client cloudflare csharp dotnet http httpclient turnstile turnstileclient util

Last synced: 27 days ago
JSON representation

A .NET HTTP client for Cloudflare's Turnstile API, commonly used for server validation

Awesome Lists containing this project

README

        

[![](https://img.shields.io/nuget/v/soenneker.cloudflare.turnstile.client.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.cloudflare.turnstile.client/)
[![](https://img.shields.io/github/actions/workflow/status/soenneker/soenneker.cloudflare.turnstile.client/publish-package.yml?style=for-the-badge)](https://github.com/soenneker/soenneker.cloudflare.turnstile.client/actions/workflows/publish-package.yml)
[![](https://img.shields.io/nuget/dt/soenneker.cloudflare.turnstile.client.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.cloudflare.turnstile.client/)

# ![](https://user-images.githubusercontent.com/4441470/224455560-91ed3ee7-f510-4041-a8d2-3fc093025112.png) Soenneker.Cloudflare.Turnstile.Client
### A .NET HTTP client for Cloudflare's Turnstile API, commonly used for server validation

## Installation

```
dotnet add package Soenneker.Cloudflare.Turnstile.Client
```