Hacker News new | ask | show | jobs
Show HN: Django REST Access Policy – Declarative, IAM-Like Permissions (github.com)
1 points by rsinger87 2610 days ago
1 comments

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.