.env.example
.gitignore
LICENSE
Makefile
README.md
example_app.py
pyproject.toml
.github/workflows/cleanup-prereleases.yml
.github/workflows/release.yml
.github/workflows/test.yml
docs/Makefile
docs/api.rst
docs/conf.py
docs/examples.rst
docs/index.rst
docs/_static/custom.css
src/axioms_fastapi/__init__.py
src/axioms_fastapi/_version.py
src/axioms_fastapi/config.py
src/axioms_fastapi/dependencies.py
src/axioms_fastapi/error.py
src/axioms_fastapi/token.py
src/axioms_fastapi.egg-info/PKG-INFO
src/axioms_fastapi.egg-info/SOURCES.txt
src/axioms_fastapi.egg-info/dependency_links.txt
src/axioms_fastapi.egg-info/requires.txt
src/axioms_fastapi.egg-info/top_level.txt
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