Skip to content

Commit 505dcd1

Browse files
Update permissions.md to include axioms-drf-py
Added information about axioms-drf-py package for authentication and authorization.
1 parent 929b53f commit 505dcd1

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
@@ -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

0 commit comments

Comments
 (0)