.env.example
.gitignore
BUILD.md
LICENSE.txt
MANIFEST.in
Makefile
README.md
example_app.py
pyproject.toml
.github/workflows/cleanup-prereleases.yml
.github/workflows/release.yml
.github/workflows/test.yml
.vscode/settings.json
docs/Makefile
docs/api.rst
docs/conf.py
docs/core.rst
docs/examples.rst
docs/index.rst
docs/_static/.gitkeep
docs/_static/custom.css
example/Axioms_Flask_Example.postman_collection.json
example/Makefile
example/README.md
example/app.py
example/requirements.txt
src/axioms_flask/__init__.py
src/axioms_flask/_version.py
src/axioms_flask/config.py
src/axioms_flask/decorators.py
src/axioms_flask/error.py
src/axioms_flask/methodview.py
src/axioms_flask/middleware.py
src/axioms_flask/py.typed
src/axioms_flask_py.egg-info/PKG-INFO
src/axioms_flask_py.egg-info/SOURCES.txt
src/axioms_flask_py.egg-info/dependency_links.txt
src/axioms_flask_py.egg-info/requires.txt
src/axioms_flask_py.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_config.py
tests/test_e2e.py
tests/test_e2e_algorithm_validation.py
tests/test_e2e_custom_claims.py
tests/test_e2e_issuer_validation.py
tests/test_import.py
tests/test_methodview.py
tests/test_middleware.py
tests/test_object_permissions.py
tests/test_safe_methods.py