Download the PHP package abenmada/sylius-multi-factor-authentication-plugin without Composer
On this page you can find all versions of the php package abenmada/sylius-multi-factor-authentication-plugin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download abenmada/sylius-multi-factor-authentication-plugin
More information about abenmada/sylius-multi-factor-authentication-plugin
Files in abenmada/sylius-multi-factor-authentication-plugin
Package sylius-multi-factor-authentication-plugin
Short Description Multi factor authentication plugin for ShopUser and AdminUser.
License MIT
Informations about the package sylius-multi-factor-authentication-plugin
Sylius Multi factor authentication Plugin
Multi factor authentication plugin for ShopUser and AdminUser
Details
MFA activation on the eshop
MFA verification after login on the eshop
MFA activation on the backoffice
MFA verification after login on the backoffice
Installation
Require plugin with composer :
⚠️ Please delete the automatically generated files config/packages/scheb_2fa.yaml and config/routes/scheb_2fa.yaml.
Change your config/bundles.php
file to add the line for the plugin :
Then create the config file in config/packages/abenmada_multi_factor_authentication_plugin.yaml
:
Then import the routes in config/routes/abenmada_multi_factor_authentication_plugin.yaml
:
Change your config/services.yaml
file :
Change your config/packages/security.yaml
file :
Add a new tab in templates/bundles/SyliusAdminBundle/Layout/_security.html.twig
file (if it doesn't exist, customize it) :
Customize the account menu :
Update the entity src/Entity/User/AdminUser.php
:
Update the entity src/Entity/User/ShopUser.php
:
Run the migration :
Install the assets :
All versions of sylius-multi-factor-authentication-plugin with dependencies
scheb/2fa-bundle Version ^v5.13
scheb/2fa-google-authenticator Version ^5.13
scheb/2fa-qr-code Version ^5.13
sylius/sylius Version ^1.12