magetarian/module-customer-tfa

TFA customer module for Magento 2

1.1.6 2022-08-16 04:17 UTC

This package is auto-updated.

Last update: 2024-04-16 07:48:57 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License Pipeline Status Coverage Report

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