runelaenen / shopware6-two-factor-auth
双因素认证插件
6.0.0
2024-04-18 14:02 UTC
Requires
- bacon/bacon-qr-code: ^2.0
- pragmarx/google2fa: ^8.0
- shopware/core: ~6.6
Requires (Dev)
README
通过启用双因素认证,为您的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修复代码标准问题。