damijanc / security-bundle
Security bundle for Symfony
Requires
- php: >=5.6.0
- jms/di-extra-bundle: ^1.8
- symfony/security: ^3.1
Requires (Dev)
- phpunit/phpunit: ^5.2
This package is auto-updated.
Last update: 2024-11-10 06:38:37 UTC
README
![Travis status] (https://api.travis-ci.org/damijanc/SecurityBundle.svg?branch=master)
SecurityBundle
Are you using Symfony and you do not have a db access for authentication? Are you using API and want to use it for authentication. Then this bundle is for you.
With this bundle you get two authentication providers (login and api key) that you can use to login.
Bundle will raise event that you need to implement listener for and do authentication there. This way you are decoupled from db access that is implied when using Symfony security.
##Instalation
composer require damijanc/security-bundle
##Documentation
Please read the documetation documetation
Contribution
Please open an issue if you encounter an error or have a suggestion. Pull requests are welcome.
##Todo
- Make a sample project
- ...