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.
Package info
github.com/blomstra/flarum-ext-turnstile
Language:TypeScript
Type:flarum-extension
pkg:composer/blomstra/turnstile
0.1.6
2024-10-15 09:29 UTC
Requires
- flarum/core: ^1.8.0
- guzzlehttp/guzzle: ^7.0
README
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,SigninandForgot Passwordmodals. - 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