Skip to content

A Flarum extension. Allow your users to enable two factor authentication.

License

Notifications You must be signed in to change notification settings

Berkaayy/flarum-ext-twofactor

 
 

Repository files navigation

Two Factor

A Flarum extension. Allow your users to enable two factor authentication.

Imgur

Note

  • To allow the generation of backup codes, you must enable it in the admin settings of the extension.
  • Users can't use API if they have two factor enabled.

Install

composer require nearata/flarum-ext-twofactor

Update

composer update nearata/flarum-ext-twofactor
php flarum cache:clear
php flarum migrate

Remove

Disable the extension, click uninstall and run these commands:

composer remove nearata/flarum-ext-twofactor
php flarum cache:clear

License

Distributed under the MIT license. See LICENSE for details.

About

A Flarum extension. Allow your users to enable two factor authentication.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 56.9%
  • PHP 40.8%
  • Less 2.3%