ouicare / two-factor-bundle
Provides two-factor authenticaton for Symfony2
Installs: 341
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 7
Forks: 110
Type:symfony-bundle
Requires
Requires (Dev)
- satooshi/php-coveralls: ~0.6
- swiftmailer/swiftmailer: >=4.3, <6.0
- symfony/phpunit-bridge: ~2.7
README
Adapted by Ouicare Team to use inwebo. This an experimental version don't used in production.
This Symfony2 bundle provides two-factor authentication for your website. Currently it is shipped with two authentication methods:
- Google Authenticator (via sonata-project/google-authenticator)
- Authentication code sent via email
In addition to this it provides an interface for implementing your own custom two-factor authentication methods.
Documentation
The documentation can be found in the Resources/doc directory.
Contribute
You're welcome to contribute to this bundle by creating a pull requests or feature request in the issues section.
License
This bundle is available under the MIT license.