Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/runelaenen/shopware6-two-factor-auth
Two Factor Authentication for Shopware 6 💙
https://github.com/runelaenen/shopware6-two-factor-auth
hacktoberfest shopware shopware-platform-plugin shopware-plugin shopware-plugins shopware6 shopware6-plugin
Last synced: about 2 months ago
JSON representation
Two Factor Authentication for Shopware 6 💙
- Host: GitHub
- URL: https://github.com/runelaenen/shopware6-two-factor-auth
- Owner: runelaenen
- License: mit
- Created: 2020-07-26T09:50:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T08:25:48.000Z (4 months ago)
- Last Synced: 2024-09-26T02:58:09.013Z (about 2 months ago)
- Topics: hacktoberfest, shopware, shopware-platform-plugin, shopware-plugin, shopware-plugins, shopware6, shopware6-plugin
- Language: PHP
- Homepage:
- Size: 222 KB
- Stars: 34
- Watchers: 6
- Forks: 16
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-shopware6 - Two Factor Auth 2FA >6.x
README
# Two Factor Authentication for Shopware 6
[![Latest Stable Version](https://poser.pugx.org/runelaenen/shopware6-two-factor-auth/v)](//packagist.org/packages/runelaenen/shopware6-two-factor-auth)
[![Total Downloads](https://poser.pugx.org/runelaenen/shopware6-two-factor-auth/downloads)](//packagist.org/packages/runelaenen/shopware6-two-factor-auth)
[![License](https://poser.pugx.org/runelaenen/shopware6-two-factor-auth/license)](//packagist.org/packages/runelaenen/shopware6-two-factor-auth)![Two Factor Authentication for Shopware 6](https://user-images.githubusercontent.com/3930922/90954708-f8394c80-e476-11ea-940d-4733d4ce2588.png)
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.