An open API service indexing awesome lists of open source software.

https://github.com/devture/silex-user-bundle

Silex bundle that provides user management, authentication and authorization.
https://github.com/devture/silex-user-bundle

Last synced: 8 days ago
JSON representation

Silex bundle that provides user management, authentication and authorization.

Awesome Lists containing this project

README

        

# Silex User Bundle

[Silex](https://github.com/silexphp/Silex) bundle that provides user management, authentication and authorization.

Features:

- supports both [MongoDB](http://www.mongodb.org/) and relational databases
- allows protecting Silex named routes (based on user role definitions)
- allows protecting routes via custom logic