Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openedx/edx-rbac
Library to help managing role based access controls for django apps
https://github.com/openedx/edx-rbac
Last synced: about 1 month ago
JSON representation
Library to help managing role based access controls for django apps
- Host: GitHub
- URL: https://github.com/openedx/edx-rbac
- Owner: openedx
- License: agpl-3.0
- Created: 2019-02-28T16:27:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-25T02:02:05.000Z (8 months ago)
- Last Synced: 2024-04-25T03:22:58.523Z (8 months ago)
- Language: Python
- Size: 522 KB
- Stars: 7
- Watchers: 73
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
edx-rbac
=============================|pypi-badge| |ci-badge| |codecov-badge| |doc-badge| |pyversions-badge|
|license-badge|Overview
--------Library to help manage role based access controls for django services.
* See the `Getting started `_ guide to setup
your development environment.* See the `How To Guide `_ to learn about the
fundamentals of edx-rbac and how to implement RBAC in your Django service.License
-------The code in this repository is licensed under the AGPL 3.0 unless
otherwise noted.Please see ``LICENSE.txt`` for details.
How To Contribute
-----------------Contributions are very welcome.
Please read `How To Contribute `_ for details.
PR description template should be automatically applied if you are sending PR from github interface; otherwise you
can find it it at `PULL_REQUEST_TEMPLATE.md `_Issue report template should be automatically applied if you are sending it from github UI as well; otherwise you
can find it at `ISSUE_TEMPLATE.md `_Reporting Security Issues
-------------------------Please do not report security issues in public. Please email [email protected].
Getting Help
------------Have a question about this repository, or about Open edX in general? Please
refer to this `list of resources`_ if you need any assistance... _list of resources: https://open.edx.org/getting-help
.. |pypi-badge| image:: https://img.shields.io/pypi/v/edx-rbac.svg
:target: https://pypi.python.org/pypi/edx-rbac/
:alt: PyPI.. |ci-badge| image:: https://github.com/openedx/edx-rbac/workflows/Python%20CI/badge.svg?branch=master
:target: https://github.com/openedx/edx-rbac/actions?query=workflow%3A%22Python+CI%22
:alt: CI.. |codecov-badge| image:: http://codecov.io/github/edx/edx-rbac/coverage.svg?branch=master
:target: http://codecov.io/github/edx/edx-rbac?branch=master
:alt: Codecov.. |doc-badge| image:: https://readthedocs.org/projects/edx-rbac/badge/?version=latest
:target: http://edx-rbac.readthedocs.io/en/latest/
:alt: Documentation.. |pyversions-badge| image:: https://img.shields.io/pypi/pyversions/edx-rbac.svg
:target: https://pypi.python.org/pypi/edx-rbac/
:alt: Supported Python versions.. |license-badge| image:: https://img.shields.io/github/license/edx/edx-rbac.svg
:target: https://github.com/openedx/edx-rbac/blob/master/LICENSE.txt
:alt: License