twofas / two-factor-bundle
Two Factor Authentication for Symfony using Two Factor Authentication Service
Installs: 320
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 5
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.5.0
- doctrine/common: ~2.4
- friendsofsymfony/jsrouting-bundle: ~1.0|~2.0
- ocramius/proxy-manager: ~0.4|~1.0|~2.0
- psr/simple-cache: ^1.0
- symfony/form: ~2.8|~3.0
- symfony/framework-bundle: ~2.8|~3.0
- symfony/proxy-manager-bridge: ~2.8|~3.0
- symfony/security-bundle: ~2.8|~3.0
- symfony/symfony: ~2.8|~3.0
- symfony/templating: ~2.8|~3.0
- symfony/twig-bundle: ~2.8|~3.0
- symfony/validator: ~2.8|~3.0
- twig/twig: ~1.28|~2.0
- twofas/account-sdk: ~2.0
- twofas/sdk: ~6.0
- whichbrowser/parser: ~2.0
Requires (Dev)
- behat/behat: ^3.0
- behat/mink: ^1.6
- behat/mink-browserkit-driver: ^1.2
- behat/mink-extension: ^2.0
- behat/mink-goutte-driver: ^1.0
- behat/mink-selenium2-driver: ^1.0
- behat/symfony2-extension: ^2.0
- doctrine/dbal: ~2.4
- doctrine/doctrine-bundle: ~1.2
- doctrine/orm: ~2.4,>=2.4.5
- phpunit/phpunit: ~4.8|~5.0
- symfony/doctrine-bridge: >=2.8|~3.0
- twofas/simple-login-form-bundle: ^1.0
This package is not auto-updated.
Last update: 2019-07-26 10:43:22 UTC
README
TwoFAS/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
- 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.