
Cloudflare Turnstile
blazite/flarum-turnstile
Adds Cloudflare Turnstile CAPTCHA protection to your Flarum forum.
- Downloads
- 11
- Version control
- github.com/blazite/flarum-ext-turnstile
🔐 Cloudflare Turnstile for Flarum
This extension integrates Cloudflare Turnstile, a modern CAPTCHA alternative, directly into your Flarum forum for enhanced security. Turnstile is a user-friendly and privacy-respecting CAPTCHA service that protects forms from abuse without requiring user interaction in most cases.
🚀 Features
- Protect Signup, Login, and Forgot Password modals with Cloudflare Turnstile integration.
- Toggle protection per modal via the admin dashboard settings.
- Seamless support for both light and dark themes.
⚠ Minimum Requirements
- Flarum v1.8.0 or higher
📥 Installation
Run the following command in your Flarum root directory:
composer require blazite/flarum-turnstile:"*"
Then enable the extension in the Admin Dashboard and configure your Turnstile site and secret keys.
You can get your keys from the Cloudflare Turnstile Dashboard.
♻️ Updating
To update the extension, simply run:
composer update blazite/flarum-turnstile:"*"
php flarum migrate
php flarum cache:clear
📄 License
- Open-sourced under the MIT License.
🔗 Useful Links
- Cloudflare Turnstile
- Flarum
- Packagist - blazite/flarum-turnstile
- GitHub Repo
- Composer
- Flarum Discuss Community
Versions
-
Version 1.0.0.
Likely works with Flarum v1.8.10.
Unlikely to work with Flarum v2.0.0-beta.3.
-
1 additional versions.
-
Extension created.