Skip to content

iresults/customerTwoFactorAuth

 
 

Repository files navigation

Two Factor Authentication for Customers

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

The module adds ability for customers login using 2FA.

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

About

Two Factor Authentication for Customers

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 80.6%
  • JavaScript 13.9%
  • HTML 5.4%
  • Less 0.1%