Skip to content

magetarian/customerTwoFactorAuth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
May 11, 2020
Apr 21, 2022
Apr 21, 2022
Apr 21, 2022
Aug 16, 2022
Apr 21, 2022
Apr 21, 2022
Apr 21, 2022
Apr 21, 2022
Aug 9, 2020
Jun 10, 2020
Jun 2, 2021
Jun 5, 2020
Apr 20, 2022
May 11, 2020
May 11, 2020
Apr 21, 2022
Aug 16, 2022
Apr 21, 2022

Repository files navigation

Two Factor Authentication for Customers

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