yeebase/twofactorauthentication

Last activity 24 Feb 2020 7 3 18693
composer require yeebase/twofactorauthentication

Two-Factor-Authentication (2FA) for Neos Flow

dev-feature/flow-53-compatibility

Version
dev-feature/flow-53-compatibility
Type
neos-package
Release Date
Sep 11, 2019 08:16
Source
git
Distribution
zip
Requires
  • neos/flow: ^5.3
  • pragmarx/google2fa: ^4.0
  • bacon/bacon-qr-code: ^2.0
Requires (dev)
  • t3n/coding-standard: ^1.0
MIT 6d25d2cd85e0270629798ce2fc14978f6f668d5d

Readme excerpt

Yeebase.TwoFactorAuthentication

The Yeebase.TwoFactorAuthentication Flow package contains extensions to the Flow authentication mechanism that let you implement Two-Factor-Authentication (2FA) easily.

It provides a new Authentication Provider that can be used in addition to existing providers in order to enable 2FA via One-time Passwords (OTP).

Installation

This package can be installed via composer:

composer require yeebase/twofactorauthentication

This package requires a new database table yeebase_twofactorauthentication_secret that can be added via:

./flow doctrine:migrate Configuration

The following part describes the integration of the T…
Read more

The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 2 package(s).