magetarian / module-customer-tfa
TFA customer module for Magento 2
Installs: 57
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 3
Forks: 3
Open Issues: 2
Type:magento2-module
Requires
- php: ~7.4.0||~8.1.0
- endroid/qr-code: ^4.3.5
- magento/framework: ~103.0
- magento/module-backend: ~102.0
- magento/module-customer: ~103.0
- magento/module-eav: ~102.1
- magento/module-store: ~101.1
- magento/module-two-factor-auth: ~1.0||~1.1
README
The module add ability for customers to login using TFA.
Supported Providers
- Google Authenticator
- Authy
- Duo Security
Installation
Run the following command at Magento 2 root folder:
composer require magetarian/module-customer-tfa
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
Uninstallation
Run the following command at Magento 2 root folder:
composer remove magetarian/module-customer-tfa
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
Contribute to this module
Feel free to Fork and contrinute to this module and create a pull request so we will merge your changes to master branch.
Credits
Thanks the the contributors