juashyam/authenticator 0.0.1

Magento 2 Backend 2FA implementation

Type

magento2-module

License

OSL-3.0

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Two Factor Authentication

Advanced Magento Two-Factor Authentication, which uses Google authenticator and your smart phone in order to authenticate your admin session

Codacy Badge BCH compliance FOSSA Status

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

Google Authenticator App

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

Demo

Authors

  • Shyam Kumar

License

This project is licensed under the MIT License

FOSSA Status