Skip to content

Security bundle for Symfony supporting authentication against API

License

Notifications You must be signed in to change notification settings

damijanc/SecurityBundle

Repository files navigation

![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
  • ...

About

Security bundle for Symfony supporting authentication against API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages