.env.example
.gitignore
LICENSE
Makefile
README.md
codecov.yml
pyproject.toml
.github/workflows/cleanup-prereleases.yml
.github/workflows/coverage.yml
.github/workflows/release.yml
.github/workflows/test.yml
docs/Makefile
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_FastAPI_Example.postman_collection.json
example/Makefile
example/README.md
example/alembic.ini
example/main.py
example/requirements.txt
example/alembic/env.py
example/alembic/script.py.mako
example/alembic/versions/001_initial_schema.py
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/helper.py
src/axioms_fastapi/middleware.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/conftest.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_e2e_object_permissions.py
tests/test_helper.py
tests/test_import.py
tests/test_middleware.py
tests/test_safe_methods.py