Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 14 days 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-29T06:40:06.000Z (9 months ago)
- Last Synced: 2024-10-14T06:43:53.711Z (about 1 month ago)
- Topics: flarum, flarum-extension, security, two-factor
- Language: TypeScript
- Homepage: https://extiverse.com/extension/nearata/flarum-ext-twofactor
- Size: 919 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Two Factor
[![license](https://img.shields.io/github/license/nearata/flarum-ext-twofactor?style=flat)](https://github.com/Nearata/flarum-ext-twofactor/blob/main/UNLICENSE)
[![packagist](https://img.shields.io/packagist/v/nearata/flarum-ext-twofactor?style=flat)](https://packagist.org/packages/nearata/flarum-ext-twofactor)
[![changelog](https://img.shields.io/github/release-date/nearata/flarum-ext-twofactor?label=last%20release%20date)](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