Skip to content

WorksDev/shopware6-two-factor-auth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Two Factor Authentication for Shopware 6

Latest Stable Version Total Downloads License

Two Factor Authentication for Shopware 6

Add extra security to your Shopware 6 shop by enabling Two Factor Authentication.

Adds an extra prompt to admin- or customer-accounts in your Shopware 6 website.

Features

  • 'Google Authenticator' provider
  • Storefront customer 2FA
  • Admin user 2FA
  • Local QR code generation
  • Fully localized:
    • English
    • German
    • French
    • Dutch

Providers

At the moment only Google Authenticator (compatible) apps are supported. For example Google Authenticator, Authy, LastPass, ...

Installation guide

This plugin can only be installed using Composer.

# Install plugin using composer
composer require runelaenen/shopware6-two-factor-auth

# Refresh plugins & install & activate plugin
bin/console plugin:refresh
bin/console plugin:install --activate RuneLaenenTwoFactorAuth

# Build javascript files
bin/build-js.sh

Development

  • Use bin/ecs-fix.sh to fix code standard issues.

About

Two Factor Authentication for Shopware 6 💙

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 40.5%
  • Twig 38.4%
  • JavaScript 19.7%
  • SCSS 1.1%
  • Shell 0.3%