Releases: Nearata/flarum-ext-twofactor
Releases · Nearata/flarum-ext-twofactor
2.2.1
- fix: remember token not working
2.2.0
- bump php to 8
- bump Flarum to 1.7
- feat: Allow admins to turn off user two-factor authentication [#9]
- fix: Conflict with Cloudflare Turnstile [#10]
- feat: api again available to users with two-factor enabled
v2.1.0
- Add php 8 support (Issue #7).
- Ability to choose which groups can enable Two Factor.
v2.0.1
- Fixes download backup codes file (fixes #3 )
v1.0.4
- (Improvement) Using config class to retrieve website host instead of using
UrlGenerator
with regex.
v1.0.3
- (Fix) actually fix required flarum/core version constraint.
v1.0.2
- (Fix) version constraint.
v1.0.1
- Users can't use API if they have two factor enabled.