blomstra/turnstile

Implement Cloudflare Turnstile into your Flarum forum.

Installs: 4 004

Dependents: 1

Suggesters: 0

Security: 0

Stars: 6

Watchers: 7

Forks: 1

Open Issues: 1

Language:TypeScript

Type:flarum-extension

0.1.4 2023-08-15 12:58 UTC

This package is auto-updated.

Last update: 2024-04-15 14:21:03 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