Turnstile
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
At present, only the Signup
modal is protected, further options may be added in the future.
Installation
Install with composer:
composer require blomstra/turnstile:"*"
Updating
composer update blomstra/turnstile
php flarum migrate
php flarum cache:clear
Links