runelaenen/shopware6-two-factor-auth

双因素认证插件

安装数量: 12,927

依赖项: 0

建议者: 0

安全: 0

星标: 34

关注者: 6

分支: 16

公开问题: 4

类型:shopware-platform-plugin

6.0.0 2024-04-18 14:02 UTC

This package is auto-updated.

Last update: 2024-09-18 15:01:53 UTC


README

Latest Stable Version Total Downloads License

Two Factor Authentication for Shopware 6

通过启用双因素认证,为您的Shopware 6商店添加额外安全性。

为Shopware 6网站中的管理员或客户账户添加额外提示。

特性

  • 'Google Authenticator' 提供商
  • 店面客户双因素认证
  • 管理员用户双因素认证
  • 本地QR码生成
  • 完全本地化
    • 英语
    • 德语
    • 法语
    • 荷兰语

提供者

目前仅支持Google Authenticator(兼容)应用。例如Google Authenticator、Authy、LastPass等。

安装指南

此插件只能通过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

开发

  • 使用bin/ecs-fix.sh修复代码标准问题。