https://github.com/Nearata/flarum-ext-twofactor
A Flarum extension. Allow your users to enable two factor authentication.
https://github.com/Nearata/flarum-ext-twofactor
flarum flarum-extension security two-factor
Last synced: about 1 year ago
JSON representation
A Flarum extension. Allow your users to enable two factor authentication.
- Host: GitHub
- URL: https://github.com/Nearata/flarum-ext-twofactor
- Owner: Nearata
- License: unlicense
- Created: 2021-05-05T14:14:00.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-12T17:59:48.000Z (over 1 year ago)
- Last Synced: 2025-03-24T06:51:45.910Z (over 1 year ago)
- Topics: flarum, flarum-extension, security, two-factor
- Language: TypeScript
- Homepage: https://extiverse.com/extension/nearata/flarum-ext-twofactor
- Size: 1.01 MB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Two Factor
[](https://github.com/Nearata/flarum-ext-twofactor/blob/main/UNLICENSE)
[](https://packagist.org/packages/nearata/flarum-ext-twofactor)
[](https://github.com/Nearata/flarum-ext-twofactor/blob/main/CHANGELOG.md)
> Allows your users to activate 2FA authentication.
## Screenshots
Go to the [screenshots](screenshots) folder to see the previews.
## Install
```sh
composer require nearata/flarum-ext-twofactor:"*"
```
## Update
```sh
composer require nearata/flarum-ext-twofactor:"*"
php flarum migrate
php flarum cache:clear
```
## Remove
Disable the extension, click uninstall and run these commands:
```sh
composer remove nearata/flarum-ext-twofactor
php flarum cache:clear
```
## How to use
Go to `User Settings` -> `Two-Factor Authentication` section