runelaenen/shopware6-two-factor-auth

Two Factor Authentication plugin

Installs: 24 056

Dependents: 0

Suggesters: 0

Security: 0

Stars: 42

Watchers: 4

Forks: 19

Open Issues: 8

Type:shopware-platform-plugin

pkg:composer/runelaenen/shopware6-two-factor-auth

7.0.0 2025-10-07 19:17 UTC

This package is auto-updated.

Last update: 2025-10-07 19:18:20 UTC


README

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
    • Polish

Providers

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

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

Keep in mind that 2FA authentication will not work in the development Administration watcher mode.