scheb / 2fa-bundle
A generic interface to implement two-factor authentication in Symfony applications
Installs: 26 872
Dependents: 10
Suggesters: 0
Security: 0
Stars: 3
Watchers: 0
Forks: 0
Type:symfony-bundle
Requires
- php: >=7.2.5
- symfony/config: ^4.4|^5.0
- symfony/dependency-injection: ^4.4|^5.0
- symfony/event-dispatcher: ^4.4|^5.0
- symfony/framework-bundle: ^4.4|^5.0
- symfony/http-foundation: ^4.4|^5.0
- symfony/http-kernel: ^4.4|^5.0
- symfony/property-access: ^4.4|^5.0
- symfony/security-bundle: ^4.4.1|^5.0
- symfony/twig-bundle: ^4.4|^5.0
Suggests
- scheb/2fa-backup-code: Emergency codes when you have no access to other methods
- scheb/2fa-email: Send codes by email
- scheb/2fa-google-authenticator: Google Authenticator support
- scheb/2fa-qr-code: Generate QR codes for Google Authenticator / TOTP
- scheb/2fa-totp: Temporary one-time password (TOTP) support (Google Authenticator compatible)
- scheb/2fa-trusted-device: Trusted devices support
README
Provides a generic interface to implement two-factor authentication in Symfony applications.
This repository is a sub-repository of scheb/2fa and is READ ONLY.
Please do not submit any Pull Request here. Use the main repository instead.
Documentation
Documentation can be found in the main repository.
License
This software is available under the MIT license.