From 78b1a6ef4b53e3f5b728ce7adae84f4e28ce9ad3 Mon Sep 17 00:00:00 2001 From: <> Date: Mon, 1 Dec 2025 10:02:17 +0000 Subject: [PATCH] Deployed 363dbba with MkDocs version: 1.6.0 --- api-guide/permissions/index.html | 6 + community/third-party-packages/index.html | 1 + search/search_index.json | 2 +- sitemap.xml | 138 +++++++++++----------- sitemap.xml.gz | Bin 766 -> 766 bytes 5 files changed, 77 insertions(+), 70 deletions(-) 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