Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 💙

Awesome Lists containing this project

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.