mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-12-03 16:24:01 +03:00
Update permissions.md to include axioms-drf-py
Added information about axioms-drf-py package for authentication and authorization.
This commit is contained in:
parent
929b53fbd5
commit
505dcd1265
|
|
@ -340,6 +340,10 @@ The [Django Rest Framework Role Filters][django-rest-framework-role-filters] pac
|
||||||
|
|
||||||
The [Django Rest Framework PSQ][drf-psq] package is an extension that gives support for having action-based **permission_classes**, **serializer_class**, and **queryset** dependent on permission-based rules.
|
The [Django Rest Framework PSQ][drf-psq] package is an extension that gives support for having action-based **permission_classes**, **serializer_class**, and **queryset** dependent on permission-based rules.
|
||||||
|
|
||||||
|
## Axioms DRF PY
|
||||||
|
|
||||||
|
The [Axioms DRF PY][axioms-drf-py] package is an extension that provides support for authentication and claim-based fine-grained authorization (**scopes**, **roles**, **groups**, **permissions**, etc. including object-level checks) using JWT tokens issued by an OAuth2/OIDC Authorization Server including AWS Cognito, Auth0, Okta, Microsoft Entra, etc.
|
||||||
|
|
||||||
|
|
||||||
[cite]: https://developer.apple.com/library/mac/#documentation/security/Conceptual/AuthenticationAndAuthorizationGuide/Authorization/Authorization.html
|
[cite]: https://developer.apple.com/library/mac/#documentation/security/Conceptual/AuthenticationAndAuthorizationGuide/Authorization/Authorization.html
|
||||||
[authentication]: authentication.md
|
[authentication]: authentication.md
|
||||||
|
|
@ -359,3 +363,4 @@ The [Django Rest Framework PSQ][drf-psq] package is an extension that gives supp
|
||||||
[django-rest-framework-guardian]: https://github.com/rpkilby/django-rest-framework-guardian
|
[django-rest-framework-guardian]: https://github.com/rpkilby/django-rest-framework-guardian
|
||||||
[drf-access-policy]: https://github.com/rsinger86/drf-access-policy
|
[drf-access-policy]: https://github.com/rsinger86/drf-access-policy
|
||||||
[drf-psq]: https://github.com/drf-psq/drf-psq
|
[drf-psq]: https://github.com/drf-psq/drf-psq
|
||||||
|
[axioms-drf-py]: https://github.com/abhishektiwari/axioms-drf-py
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user