Skip to content

Commit

Permalink
Merge pull request #75 from dimagi/gh/update-readme
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
gherceg committed Dec 13, 2023
2 parents b1f5170 + a8c47ae commit 9ee9354
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Expand Up @@ -18,9 +18,9 @@ example of this in practice is `PostgreSQL roles and privileges
<http://www.postgresql.org/docs/devel/static/user-manag.html>`_.

The roles and privileges are whatever abstract concepts make sense for your system. It is up
to application code to determine what actions to take based on the privileges granted. This
can, of course, be implemented in terms of a lower-level permission system such as
row-level or object-level access control lists (ACLs).
to application code to determine what actions to take based on the privileges granted. You can
use django-prbac to implement lower level concepts such as row-level or object-level access
control.

**Parameterized role-based access control (PRBAC)** adds parameters
to roles and privileges. Now, for example, you might grant ``"Reporting(organization="Dimagi",area="Finance")``
Expand Down

0 comments on commit 9ee9354

Please sign in to comment.