Magento 2 Google Authenticator Login
Magento 2 Two-factor authentication uses Google Authenticator OTP., (*1)
Google Authenticator works with 2-Step Verification for your Google Account to provide an additional layer of security when signing in., (*2)
Enable Two-factor authentication for admin customer
, (*3)
Enter your OTP code on login page
, (*4)
Installation
Install module. Run in masgetno root follder, (*5)
composer require somelchenko/gauthenticator, (*6)
bin/magento setup:upgrade, (*7)
Console
Disable two-factor authentication for customer, (*8)
bin/magento admin:user:disable-google-otp, (*9)
Google Authenticator Apps
Android, (*10)
iPhone, (*11)
There are also older open source versions of the Google Authenticator app for both iPhone and Android., (*12)