scheb / 2fa-bundle
A generic interface to implement two-factor authentication in Symfony applications
Installs: 7 669 145
Dependents: 37
Suggesters: 2
Security: 0
Stars: 59
Watchers: 3
Forks: 5
Type:symfony-bundle
Requires
- php: ~8.2.0 || ~8.3.0 || ~8.4.0
- ext-json: *
- symfony/config: ^6.4 || ^7.0
- symfony/dependency-injection: ^6.4 || ^7.0
- symfony/event-dispatcher: ^6.4 || ^7.0
- symfony/framework-bundle: ^6.4 || ^7.0
- symfony/http-foundation: ^6.4 || ^7.0
- symfony/http-kernel: ^6.4 || ^7.0
- symfony/property-access: ^6.4 || ^7.0
- symfony/security-bundle: ^6.4 || ^7.0
- symfony/twig-bundle: ^6.4 || ^7.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-totp: Temporary one-time password (TOTP) support (Google Authenticator compatible)
- scheb/2fa-trusted-device: Trusted devices support
Conflicts
- 7.x-dev
- v7.6.0
- v7.5.0
- v7.4.0
- v7.3.1
- v7.3.0
- v7.2.0
- v7.1.0
- v7.0.0
- 6.x-dev
- v6.12.0
- v6.11.0
- v6.10.0
- v6.9.0
- v6.8.0
- v6.7.0
- v6.6.0
- v6.5.0
- v6.4.0
- v6.3.0
- v6.2.0
- v6.1.0
- v6.0.3
- v6.0.2
- v6.0.1
- v6.0.0
- 5.x-dev
- v5.13.2
- v5.13.1
- v5.13.0
- v5.12.1
- v5.12.0
- v5.11.0
- v5.10.1
- v5.10.0
- v5.9.0
- v5.8.1
- v5.8.0
- v5.7.0
- v5.6.0
- v5.5.0
- v5.4.2
- v5.4.1
- v5.4.0
- v5.3.1
- v5.3.0
- v5.2.1
- v5.2.0
- v5.1.4
- v5.1.3
- v5.1.2
- v5.1.1
- v5.1.0
- v5.0.1
- v5.0.0
This package is auto-updated.
Last update: 2024-10-20 10:30:23 UTC
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.
Installation
Please follow the bundle's installation instructions.
Documentation
Documentation can be found on the Symfony Bundles Documentation website.
License
This software is available under the MIT license.