Download the PHP package fungio/two-factor-bundle without Composer
On this page you can find all versions of the php package fungio/two-factor-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download fungio/two-factor-bundle
More information about fungio/two-factor-bundle
Files in fungio/two-factor-bundle
Package two-factor-bundle
Short Description Two Factor Authentication for Symfony using Two Factor Authentication Service
License MIT
Homepage https://2fas.com
Informations about the package two-factor-bundle
Fungio/TwoFactorBundle
Fungio/TwoFactorBundle adds support for two-factor authentication and increases security on your website by adding the second step in the login process.
This Bundle uses an external API to serve the authentication process, so You have to create an account to use it.
This can be done quickly and easily in one of our console
commands.
Currently it supports only TOTP (Time-Based One-Time Password Algorithm) authentication method, but in the future there will be next authentication methods introduced: (text/voice/e-mail messages) and more new features like log in through sockets, offline codes etc.
To use the TOTP authentication method, users must have a mobile application that can generate TOTP tokens from the secret key (usually placed in QR Code).
You can use for example:
- 2FAS Auth
- Google Authenticator
- Microsoft Authenticator
- Authy
- FreeOTP
- and many others…
Requirements:
- PHP >= 5.5
- Symfony ~2.8|~3.0|~4.0
- JQuery (or another JS framework or plain javascript, but you have to make some changes in the template - more info in documentation)
- Doctrine ORM (Doctrine ODM, CouchDB and Propel is not supported for now)
- Supports only for "Form" login method (your own login form or FOSUserBundle)
Documentation
The documentation can be found in the Resources/doc directory.
About
For more information check out our website at https://2fas.com
Licence
This bundle is available under the MIT license.
All versions of two-factor-bundle with dependencies
twofas/sdk Version ~6.0
twofas/account-sdk Version ~2.0
whichbrowser/parser Version ~2.0
symfony/symfony Version ~2.8|~3.0
symfony/framework-bundle Version ~2.8|~3.0
symfony/twig-bundle Version ~2.8|~3.0
symfony/form Version ~2.8|~3.0
symfony/validator Version ~2.8|~3.0
symfony/templating Version ~2.8|~3.0
symfony/security-bundle Version ~2.8|~3.0
symfony/proxy-manager-bridge Version ~2.8|~3.0
psr/simple-cache Version ^1.0
ocramius/proxy-manager Version ~0.4|~1.0|~2.0
doctrine/common Version ~2.4
twig/twig Version ~1.28|~2.0
friendsofsymfony/jsrouting-bundle Version ~1.0|~2.0