Settings

Theme

Show HN: Django REST Access Policy – Declarative, IAM-Like Permissions

github.com

1 points by rsinger87 7 years ago · 1 comment

Reader

rsinger87OP 7 years ago

I wanted to share a Django REST package for permissions/access control: https://github.com/rsinger86/drf-access-policy

There are some other great packages out there for permissions, but I wanted one that allowed defining access rules in a declarative, JSON syntax, similar to AWS IAM. I also wanted all access control logic for a given resource, or set of resources, to be in a single place.

I hope this will be useful for other Django Rest Framework users and I welcome any feedback.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection