juashyam / authenticator
Magento 2 Backend 2FA implementation
Installs: 7 187
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 4
Forks: 11
Open Issues: 1
Type:magento2-module
This package is auto-updated.
Last update: 2024-10-23 14:33:19 UTC
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