项目作者: magetarian

项目描述 :
Two Factor Authentication for Customers
高级语言: PHP
项目地址: git://github.com/magetarian/customerTwoFactorAuth.git
创建时间: 2020-04-16T00:22:03Z
项目社区:https://github.com/magetarian/customerTwoFactorAuth

开源协议:GNU General Public License v3.0

下载


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:

  1. composer require magetarian/module-customer-tfa
  2. php bin/magento setup:upgrade
  3. php bin/magento setup:di:compile
  4. php bin/magento setup:static-content:deploy

Uninstallation

Run the following command at Magento 2 root folder:

  1. composer remove magetarian/module-customer-tfa
  2. php bin/magento setup:upgrade
  3. php bin/magento setup:di:compile
  4. 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