juashyam/authenticator
最新稳定版本:0.0.2
Composer 安装命令:
composer require juashyam/authenticator
包简介
Magento 2 Backend 2FA implementation
README 文档
README
Magento Two-Factor Authentication, which uses Google authenticator and smart phone to authenticate Admin session
Getting Started
Magento 2 Two-Factor Authentication will protect our Magento store from insecure Internet connections.
Every time we login there is a chance that someone is sniffing or logging the password, which can later be used to login to your store.
You can protect our store from these type of attacks by using our advanced Magento Two-Factor Authentication, which uses Google authenticator and your smart phone in order to authenticate your admin session.
Prerequisites
Installation
composer require juashyam/authenticator
php bin/magento module:enable Neyamtux_Authenticator
php bin/magento setup:upgrade
Please install & enable Elgentos_Frontend2FA for frontend 2FA.
composer require elgentos/frontend2fa
php bin/magento module:enable Elgentos_Frontend2FA
php bin/magento setup:upgrade
Fun Demo
It authenticates only Admin Login however there is a frontend demo as well.
{Magento Store URL}/authenticator
Authors
- Shyam Kumar
License
This project is licensed under the MIT License
统计信息
- 总下载量: 12.64k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2019-03-06
