devhub / bypass-two-factorauth
Using the Bypass Two Factor Auth, the store manager can disable the 2FA authorization for specific admin users chosen from the magento backend.
Installs: 84
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Type:magento2-module
Requires
- php: >=7.1.0
- devhub/core: 1.0.*
README
In Magento 2.4.x, some merchants have trouble with two-factor authentications and want Magento’s previous behavior. By using DeveloperHub Bypass2FA extension, selected admin users will have direct access to the admin dashboard without passing through the two- factor authentication process. So, the efficiency will be enhanced and admin stuff will speed up. In addition to that, this module helps to bypass 2FA for the integrations that use the default Magento’s API for token generation. All the Magento’s APIs which need Magento token as bearer needs admin token/integration token for calling APIs. This module gives the ability to generate the Admin Token without needing to go through tired some process of 2FA.
Features
- Allow the merchant to bypass 2FA for selected admin users.
- Allow the merchant to re-enable 2FA at any time for the selected admin users.
- Provides facility to bypass 2FA for the third-party integrations that use the default Magento’s API for token generation such as Ship Station etc.
- Provides the facility to generate the Admin Token without needing to go through tired process of 2FA.
- Helps the merchant to keep using the integrations and make it compatible withMagento’s 2.4.x.
Installation
Install the module as a composer requirement for environments:
composer require devhub/bypass-two-factorauth
php bin/magento module:enable DeveloperHub_Bypass2FA
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy