https://github.com/psecio/gatekeeper
Gatekeeper: An Authentication & Authorization Library
https://github.com/psecio/gatekeeper
authentication authorization php
Last synced: 3 months ago
JSON representation
Gatekeeper: An Authentication & Authorization Library
- Host: GitHub
- URL: https://github.com/psecio/gatekeeper
- Owner: psecio
- Created: 2014-12-11T20:06:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-21T14:14:19.000Z (over 8 years ago)
- Last Synced: 2024-04-27T17:03:34.660Z (about 1 year ago)
- Topics: authentication, authorization, php
- Language: PHP
- Size: 604 KB
- Stars: 366
- Watchers: 22
- Forks: 23
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- Security: docs/security-questions.md
Awesome Lists containing this project
README
Gatekeeper: An Authentication & Authorization Library
==========[](http://travis-ci.org/psecio/gatekeeper)
[](https://codeclimate.com/github/psecio/gatekeeper)
[](https://packagist.org/packages/psecio/gatekeeper)The Gatekeeper library is a simple drop-in library that can be used to manage users, permissions and groups for your application. The goal is to make securing your application as simple as possible while still providing a solid and secure foundation to base your user system around.
Gatekeeper is best classified as a Role-Base Access Control (RBAC) system with users, groups and permissions. It is framework-agnostic and is set up to use its own database for the user handling.
**More Information:** For more information on the library, please see [the official project documentation](http://gatekeeper-auth.readthedocs.org/en/latest/).