django-permissions-auditor icon indicating copy to clipboard operation
django-permissions-auditor copied to clipboard

DRF metadata processor

Open jayvdb opened this issue 4 years ago • 1 comments

It seems there isnt any DRF support yet.

There are lots of aspects to the DRF permissions system.

One re-usable method in DRF which can be used to determine broadly which actions are allowed is via the metadata https://github.com/encode/django-rest-framework/blob/335054a/rest_framework/metadata.py#L73

More info at https://github.com/encode/django-rest-framework/blob/master/docs/api-guide/metadata.md

jayvdb avatar Jun 01 '20 17:06 jayvdb