Skip to content

Commit d1c92c8

Browse files
allissoncarltongibson
authored andcommitted
Add Django Rest Framework Role Filters to Third party packages (#5809)
1 parent 1438719 commit d1c92c8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/api-guide/permissions.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,10 @@ The [Django Rest Framework Roles][django-rest-framework-roles] package makes it
269269

270270
The [Django Rest Framework API Key][django-rest-framework-api-key] package allows you to ensure that every request made to the server requires an API key header. You can generate one from the django admin interface.
271271

272+
## Django Rest Framework Role Filters
273+
274+
The [Django Rest Framework Role Filters][django-rest-framework-role-filters] package provides simple filtering over multiple types of roles.
275+
272276
[cite]: https://developer.apple.com/library/mac/#documentation/security/Conceptual/AuthenticationAndAuthorizationGuide/Authorization/Authorization.html
273277
[authentication]: authentication.md
274278
[throttling]: throttling.md
@@ -282,3 +286,4 @@ The [Django Rest Framework API Key][django-rest-framework-api-key] package allow
282286
[dry-rest-permissions]: https://github.com/Helioscene/dry-rest-permissions
283287
[django-rest-framework-roles]: https://github.com/computer-lab/django-rest-framework-roles
284288
[django-rest-framework-api-key]: https://github.com/manosim/django-rest-framework-api-key
289+
[django-rest-framework-role-filters]: https://github.com/allisson/django-rest-framework-role-filters

0 commit comments

Comments
 (0)