Skip to content

Commit df60510

Browse files
authored
Add 3rd party entry for rest-framework-roles (#8755)
1 parent 3e05237 commit df60510

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/api-guide/permissions.md

+5
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,10 @@ The [DRY Rest Permissions][dry-rest-permissions] package provides the ability to
324324

325325
The [Django Rest Framework Roles][django-rest-framework-roles] package makes it easier to parameterize your API over multiple types of users.
326326

327+
## Rest Framework Roles
328+
329+
The [Rest Framework Roles][rest-framework-roles] makes it super easy to protect views based on roles. Most importantly allows you to decouple accessibility logic from models and views in a clean human-readable way.
330+
327331
## Django REST Framework API Key
328332

329333
The [Django REST Framework API Key][djangorestframework-api-key] package provides permissions classes, models and helpers to add API key authorization to your API. It can be used to authorize internal or third-party backends and services (i.e. _machines_) which do not have a user account. API keys are stored securely using Django's password hashing infrastructure, and they can be viewed, edited and revoked at anytime in the Django admin.
@@ -349,6 +353,7 @@ The [Django Rest Framework PSQ][drf-psq] package is an extension that gives supp
349353
[rest-condition]: https://github.com/caxap/rest_condition
350354
[dry-rest-permissions]: https://github.com/FJNR-inc/dry-rest-permissions
351355
[django-rest-framework-roles]: https://github.com/computer-lab/django-rest-framework-roles
356+
[rest-framework-roles]: https://github.com/Pithikos/rest-framework-roles
352357
[djangorestframework-api-key]: https://florimondmanca.github.io/djangorestframework-api-key/
353358
[django-rest-framework-role-filters]: https://github.com/allisson/django-rest-framework-role-filters
354359
[django-rest-framework-guardian]: https://github.com/rpkilby/django-rest-framework-guardian

0 commit comments

Comments
 (0)