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.
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.