Magento Two-Factor Authentication, which uses Google authenticator and smart phone to authenticate Admin session
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.
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
It authenticates only Admin Login however there is a frontend demo as well.
{Magento Store URL}/authenticator
- Shyam Kumar
This project is licensed under the MIT License