blomstra/turnstile

This package is abandoned and no longer maintained. The author suggests using the blazite/flarum-turnstile package instead.

Implement Cloudflare Turnstile into your Flarum forum.

Maintainers

Package info

github.com/blomstra/flarum-ext-turnstile

Homepage

Forum

Language:TypeScript

Type:flarum-extension

pkg:composer/blomstra/turnstile

Statistics

Installs: 12 055

Dependents: 0

Suggesters: 0

Stars: 7

Open Issues: 1

0.1.6 2024-10-15 09:29 UTC

This package is auto-updated.

Last update: 2025-05-04 19:04:56 UTC


README

License Latest Stable Version Total Downloads

A Flarum extension. Implement Cloudflare Turnstile into your Flarum forum.

Turnstile is a CAPTCHA alternative that is privacy-focused. As of writing, Turnstile is in beta, and free to all Cloudflare customers on any plan.

To configure this extension, you'll need to generate Turnstile keys on your Cloudflare account, and input these on the admin dashboard.

Features

  • Protection for Signup, Signin and Forgot Password modals.
  • Admin selectable which modals should be protected.
  • Dark mode support for visible captcha options.

Installation

Install with composer:

composer require blomstra/turnstile:"*"

Updating

composer update blomstra/turnstile:"*"
php flarum migrate
php flarum cache:clear

Links