.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/examples.rst
docs/index.rst
docs/_static/.gitkeep
docs/_static/custom.css
src/axioms_flask/__init__.py
src/axioms_flask/_version.py
src/axioms_flask/decorators.py
src/axioms_flask/error.py
src/axioms_flask/methodview.py
src/axioms_flask/token.py
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/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