.gitignore
LICENSE.txt
MANIFEST.in
Makefile
README.md
codecov.yml
pyproject.toml
.github/workflows/cleanup-prereleases.yml
.github/workflows/coverage.yml
.github/workflows/release.yml
.github/workflows/test.yml
.vscode/settings.json
docs/Makefile
docs/advanced.rst
docs/api.rst
docs/conf.py
docs/examples.rst
docs/index.rst
docs/issuers.rst
docs/_static/custom.css
example/.env.example
example/.gitignore
example/Axioms_DRF_Example.postman_collection.json
example/Makefile
example/README.md
example/manage.py
example/requirements.txt
example/runtime.txt
example/api/__init__.py
example/api/admin.py
example/api/apps.py
example/api/models.py
example/api/serializers.py
example/api/urls.py
example/api/views.py
example/api/migrations/0001_initial.py
example/api/migrations/0002_book.py
example/api/migrations/__init__.py
example/core/__init__.py
example/core/asgi.py
example/core/settings.py
example/core/urls.py
example/core/wsgi.py
src/axioms_drf/__init__.py
src/axioms_drf/_version.py
src/axioms_drf/authentication.py
src/axioms_drf/helper.py
src/axioms_drf/middleware.py
src/axioms_drf/permissions.py
src/axioms_drf_py.egg-info/PKG-INFO
src/axioms_drf_py.egg-info/SOURCES.txt
src/axioms_drf_py.egg-info/dependency_links.txt
src/axioms_drf_py.egg-info/requires.txt
src/axioms_drf_py.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/settings.py
tests/test_e2e.py
tests/test_e2e_algorithm_validation.py
tests/test_e2e_issuer_validation.py
tests/test_e2e_object_permissions.py
tests/test_helper.py
tests/test_import.py
tests/test_middleware.py