seb / authenticator-bundle
Symfony SebAuthenticatorBundle
Installs: 2 117
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: ^7.1 | ^8.0
- symfony/security-bundle: >=5.3
Requires (Dev)
- phpunit/phpunit: ^9
README
Simple authentication library based on Symfony Guards. The AuthenticatorInterface has been split into sub interfaces, allowing to mix and match different authentication policies.
Examples
At the moment there is no documentation, but you can take a loot at https://github.com/exeba/symfony-auth-examples.