diff --git a/api-guide/permissions/index.html b/api-guide/permissions/index.html index 4a675c322..a46fd4726 100644 --- a/api-guide/permissions/index.html +++ b/api-guide/permissions/index.html @@ -521,6 +521,10 @@ Django Rest Framework PSQ +
  • + Axioms DRF PY +
  • +
    @@ -835,6 +839,8 @@ class BlocklistPermission(permissions.BasePermission):

    The Django Rest Framework Role Filters package provides simple filtering over multiple types of roles.

    Django Rest Framework PSQ

    The Django Rest Framework 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 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.

    diff --git a/community/third-party-packages/index.html b/community/third-party-packages/index.html index 088abce1c..d91b72798 100644 --- a/community/third-party-packages/index.html +++ b/community/third-party-packages/index.html @@ -501,6 +501,7 @@
  • dry-rest-permissions - Provides a simple way to define permissions for individual api actions.
  • drf-access-policy - Declarative and flexible permissions inspired by AWS' IAM policies.
  • drf-psq - An extension that gives support for having action-based permission_classes, serializer_class, and queryset dependent on permission-based rules.
  • +
  • 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.
  • Serializers