Hi everyone, I wanted to share a 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 <https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html>. I also wanted all access control logic for a given resource, or set of resourcess, to be centralized in a single place. I hope this will be useful for other DRF users and I welcome any feedback. Cheers, Rob -- You received this message because you are subscribed to the Google Groups "Django REST framework" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
