blomstra / turnstile
Implement Cloudflare Turnstile into your Flarum forum.
Installs: 6 841
Dependents: 1
Suggesters: 0
Security: 0
Stars: 7
Watchers: 7
Forks: 3
Open Issues: 1
Language:TypeScript
Type:flarum-extension
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
,Signin
andForgot 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