{"id":21328429,"url":"https://github.com/wiredviews/xperience-cloudflare-turnstile","last_synced_at":"2025-06-29T21:03:05.992Z","repository":{"id":98317888,"uuid":"582839319","full_name":"wiredviews/xperience-cloudflare-turnstile","owner":"wiredviews","description":"Kentico Xperience Cloudflare Turnstile Form Component ","archived":false,"fork":false,"pushed_at":"2022-12-28T03:38:07.000Z","size":262,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-29T21:02:50.128Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wiredviews.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-28T02:25:52.000Z","updated_at":"2022-12-28T03:33:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"120d9c81-19fa-4020-b873-a247595563ef","html_url":"https://github.com/wiredviews/xperience-cloudflare-turnstile","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wiredviews/xperience-cloudflare-turnstile","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiredviews%2Fxperience-cloudflare-turnstile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiredviews%2Fxperience-cloudflare-turnstile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiredviews%2Fxperience-cloudflare-turnstile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiredviews%2Fxperience-cloudflare-turnstile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wiredviews","download_url":"https://codeload.github.com/wiredviews/xperience-cloudflare-turnstile/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiredviews%2Fxperience-cloudflare-turnstile/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262667247,"owners_count":23345524,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-21T21:28:58.840Z","updated_at":"2025-06-29T21:03:05.927Z","avatar_url":"https://github.com/wiredviews.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Xperience Cloudflare Turnstile\n\n[![GitHub Actions CI: Build](https://github.com/wiredviews/xperience-cloudflare-turnstile/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/wiredviews/xperience-cloudflare-turnstile/actions/workflows/ci.yml)\n\n[![Publish Packages to NuGet](https://github.com/wiredviews/xperience-cloudflare-turnstile/actions/workflows/publish.yml/badge.svg?branch=main)](https://github.com/wiredviews/xperience-cloudflare-turnstile/actions/workflows/publish.yml)\n\nCloudflare Turnstile is a privacy-preserving alternative to traditional captchas that can be used independently of any of Cloudflare's other products and services. Xperience Cloudflare Turnstile integrates Turnstile's visitor validation into Kentico Xperience 13.0 Form Builder forms.\n\n\u003e You can take advantage of Turnstile and stop bothering your visitors with a CAPTCHA even without being on the Cloudflare network. While we make it as easy as possible to use our network, we don't want this to be a barrier to improving privacy and user experience. - [source](https://blog.cloudflare.com/turnstile-private-captcha-alternative/)\n\n## Packages\n\n### XperienceCommunity.Cloudflare.Turnstile\n\n[![NuGet Package](https://img.shields.io/nuget/v/XperienceCommunity.Cloudflare.Turnstile.svg)](https://www.nuget.org/packages/XperienceCommunity.Cloudflare.Turnstile)\n\nKentico Xperience 13.0.66 (or higher) ASP.NET Core 6.0+ Form Component that adds [Cloudflare Turnstile](https://blog.cloudflare.com/turnstile-private-captcha-alternative/) \"captcha alternative\" validation to Form Builder forms.\n\n### XperienceCommunity.Cloudflare.Turnstile.CMS\n\n[![NuGet Package](https://img.shields.io/nuget/v/XperienceCommunity.Cloudflare.Turnstile.CMS.svg)](https://www.nuget.org/packages/XperienceCommunity.Cloudflare.Turnstile.CMS)\n\nKentico Xperience 13.0.66 (or higher) CMS installation module that adds [Cloudflare Turnstile](https://blog.cloudflare.com/turnstile-private-captcha-alternative/) settings keys to the Settings application.\n\n## How to Use?\n\n1. Install the `XperienceCommunity.Cloudflare.Turnstile` NuGet package in your ASP.NET Core 6.0+ application:\n\n   ```bash\n   dotnet add package XperienceCommunity.Cloudflare.Turnstile\n   ```\n\n1. Install the `XperienceCommunity.Cloudflare.Turnstile.CMS` NuGet package in your CMS application:\n\n   ```bash\n   dotnet add package XperienceCommunity.Cloudflare.Turnstile.CMS\n   ```\n\n## Usage\n\n1. Add a registration for the `TurnstileInstallerModule` in your `CMSApp` project:\n\n   ```csharp\n   using XperienceCommunity.Cloudflare.Turnstile.CMS\n\n   [assembly: RegisterModule(typeof(TurnstileInstallerModule))]\n\n   namespace CMSApp.Configuration\n   {\n      public class DependencyRegistrations\n      {\n\n      }\n   }\n   ```\n\n   On application startup, custom CMS settings will be added to the Settings application\n\n1. Set the settings keys in the CMS Settings application with the values provided in your [Cloudflare Dashboard](https://dash.cloudflare.com/).\n\n   \u003cimg src=\"./images/cms-settings-application.jpg\" width=\"600px\" alt=\"CMS Settings application Turnstile fields\" /\u003e\n\n1. Add the Cloudflare Turnstile Form Component to a Form Builder form.\n\n   \u003cimg src=\"./images/form-builder-components-dialog.jpg\" width=\"600px\" alt=\"Form Builder component dialog\" /\u003e\n\n1. Configure any properties on the Turnstile component\n\n   \u003cimg src=\"./images/turnstile-form-component-properties.jpg\" width=\"600px\" alt=\"Turnstile Form Component properties\" /\u003e\n\n1. Load the form on your live site and test out the form submission! 💪\n\n## Contributions\n\nIf you discover a problem, please [open an issue](https://github.com/wiredviews/xperience-cloudflare-turnstile/issues/new).\n\nIf you would like contribute to the code or documentation, please [open a pull request](https://github.com/wiredviews/xperience-cloudflare-turnstile/compare).\n\n## References\n\n### Cloudflare Turnstile\n\n- [Cloudflare Turnstile](https://blog.cloudflare.com/turnstile-private-captcha-alternative/)\n- [Turnstile Server Configuration](https://developers.cloudflare.com/turnstile/get-started/server-side-validation/)\n- [Turnstile Client Configuration](https://developers.cloudflare.com/turnstile/get-started/client-side-rendering/)\n- [Cloudflare Dashboard](https://dash.cloudflare.com/)\n\n### Related\n\n- [Xperience hCaptcha](https://github.com/wiredviews/xperience-hcaptcha)\n\n### Kentico Xperience\n\n- [Form Components](https://docs.xperience.io/x/pQ2RBg)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwiredviews%2Fxperience-cloudflare-turnstile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwiredviews%2Fxperience-cloudflare-turnstile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwiredviews%2Fxperience-cloudflare-turnstile/lists"}