django-rest-framework-roles icon indicating copy to clipboard operation
django-rest-framework-roles copied to clipboard

Adding support for permissions based access control

Open najamansari opened this issue 7 years ago • 0 comments

Rationale: Having to modify code (by writing methods for every new role) is not ideal in cases where it is required to create roles on the fly (e.g. through an admin panel). For these cases, it is helpful to have permission based methods so that response depends on whatever permissions a user has.

najamansari avatar Mar 09 '18 13:03 najamansari