Skip to content

Commit 363dbba

Browse files
Adding axioms-drf-py to third party permission package list (#9826)
* Add axiom-drf-py package to 3rd party drf packages Add axiom-drf-py package to 3rd party drf packages * Update permissions.md to include axioms-drf-py Added information about axioms-drf-py package for authentication and authorization. * Add axiom-drf-py to third-party packages list
1 parent d692b87 commit 363dbba

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

docs/api-guide/permissions.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,10 @@ The [Django Rest Framework Role Filters][django-rest-framework-role-filters] pac
340340

341341
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.
342342

343+
## Axioms DRF PY
344+
345+
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.
346+
343347

344348
[cite]: https://developer.apple.com/library/mac/#documentation/security/Conceptual/AuthenticationAndAuthorizationGuide/Authorization/Authorization.html
345349
[authentication]: authentication.md
@@ -359,3 +363,4 @@ The [Django Rest Framework PSQ][drf-psq] package is an extension that gives supp
359363
[django-rest-framework-guardian]: https://github.com/rpkilby/django-rest-framework-guardian
360364
[drf-access-policy]: https://github.com/rsinger86/drf-access-policy
361365
[drf-psq]: https://github.com/drf-psq/drf-psq
366+
[axioms-drf-py]: https://github.com/abhishektiwari/axioms-drf-py

docs/community/third-party-packages.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ To submit new content, [create a pull request][drf-create-pr].
7373
* [dry-rest-permissions][dry-rest-permissions] - Provides a simple way to define permissions for individual api actions.
7474
* [drf-access-policy][drf-access-policy] - Declarative and flexible permissions inspired by AWS' IAM policies.
7575
* [drf-psq][drf-psq] - An extension that gives support for having action-based **permission_classes**, **serializer_class**, and **queryset** dependent on permission-based rules.
76+
* [axioms-drf-py][axioms-drf-py] - Supports 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.
7677

7778
### Serializers
7879

@@ -265,3 +266,4 @@ To submit new content, [create a pull request][drf-create-pr].
265266
[django-pyoidc]: https://github.com/makinacorpus/django_pyoidc
266267
[apitally]: https://github.com/apitally/apitally-py
267268
[drf-shapeless-serializers]: https://github.com/khaledsukkar2/drf-shapeless-serializers
269+
[axioms-drf-py]: https://github.com/abhishektiwari/axioms-drf-py

0 commit comments

Comments
 (0)