Download the PHP package roadiz/two-factor-bundle without Composer
On this page you can find all versions of the php package roadiz/two-factor-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download roadiz/two-factor-bundle
More information about roadiz/two-factor-bundle
Files in roadiz/two-factor-bundle
Package two-factor-bundle
Short Description Provides two-factor authentication system for Roadiz CMS
License MIT
Informations about the package two-factor-bundle
Roadiz Two-factor authentication bundle
This bundle provides a two-factor authentication system for Roadiz CMS. Based on scheb/two-factor-bundle bundle.
- OTP (One Time Password) authentication with Google Authenticator
- Backup codes (hashed and stored in database)
- Trusted devices (remembered for a configurable amount of time)
- Use
APP_NAMESPACE
,APP_TITLE
andAPP_SECRET
environment variables
Installation
Make sure Composer is installed globally, as explained in the installation chapter of the Composer documentation.
Applications that use Symfony Flex
Open a command console, enter your project directory and execute:
Applications that don't use Symfony Flex
Step 1: Download the Bundle
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
Step 2: Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles
in the config/bundles.php
file of your project:
Configuration
- Copy and merge
@RoadizTwoFactor/config/packages/scheb_2fa.yaml
files into your projectconfig/packages
folder - Add this bundle routes to your project
config/routes.yaml
file:
Contributing
Report issues and send Pull Requests in the main Roadiz repository
All versions of two-factor-bundle with dependencies
doctrine/orm Version ~2.19.0
endroid/qr-code Version ^4.0
roadiz/core-bundle Version 2.3.*
roadiz/rozier-bundle Version 2.3.*
roadiz/rozier Version 2.3.*
scheb/2fa-backup-code Version ^6.8
scheb/2fa-bundle Version ^6.8
scheb/2fa-totp Version ^6.8
scheb/2fa-google-authenticator Version ^6.8
scheb/2fa-trusted-device Version ^6.8
sensio/framework-extra-bundle Version ^6.1
symfony/framework-bundle Version 6.4.*