yeebase/twofactorauthentication
composer require yeebase/twofactorauthentication
Two-Factor-Authentication (2FA) for Neos Flow
3.0.0
Readme excerpt
Yeebase.TwoFactorAuthenticationThe 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).
InstallationThis package can be installed via composer:
composer require yeebase/twofactorauthenticationThis package requires a new database table yeebase_twofactorauthentication_secret that can be added via:
./flow doctrine:migrate ConfigurationThe following part describes the integration of the T…
Read more
The same vendor provides 2 package(s).