ianm / twofactor
2FA for Flarum
Installs: 21
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 3
Type:flarum-extension
Requires
- php: ^8.0
- endroid/qr-code: ^4.8
- flarum/core: ^1.8.0
- spomky-labs/otphp: ^11.2
Requires (Dev)
- flarum/testing: ^1.8.0
- fof/oauth: *
This package is auto-updated.
Last update: 2023-09-13 16:00:18 UTC
README
A Flarum extension. 2FA for Flarum
Features
- Enforces
admin
accounts to have 2FA enabled for increased security - Configure which additional user groups should also be enforced
- Supports all common authentication apps
- Protects
login
,forgot password
endpoints - Integrates with
fof/oauth
to protect OAuth logins to protected accounts - 2FA Enabled/Disabled notifications
- 2FA Status page
- Backup/recovery codes
Installation
Install with composer:
composer require ianm/twofactor:"*"
Updating
composer update ianm/twofactor php flarum migrate php flarum cache:clear
Usage
TODO