Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alejcas/gae-rbac
Role-Based Access Control for Google App Engine
https://github.com/alejcas/gae-rbac
Last synced: 23 days ago
JSON representation
Role-Based Access Control for Google App Engine
- Host: GitHub
- URL: https://github.com/alejcas/gae-rbac
- Owner: alejcas
- Created: 2015-02-15T22:18:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-02-28T10:01:10.000Z (8 months ago)
- Last Synced: 2024-02-28T11:25:13.604Z (8 months ago)
- Language: Python
- Homepage:
- Size: 33.2 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
RBAC for google appengine
------------------------------------
Role-Based Access Control
This module provides a little framework to manage permissions for anything that
requires some level of restriction.Is especifically design to be used inside handlers in webapp2 over Google App Engine
See all the documentation inside rbac.py