I wanted to share a Django REST package for permissions/access control:
https://github.com/rsinger86/drf-access-policyThere 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.