LICENSE
README.md
pyproject.toml
setup.cfg
src/auth_gate/__init__.py
src/auth_gate/config.py
src/auth_gate/exceptions.py
src/auth_gate/fastapi_utils.py
src/auth_gate/middleware.py
src/auth_gate/permissions.py
src/auth_gate/permissions_catalog.py
src/auth_gate/s2s_auth.py
src/auth_gate/schemas.py
src/auth_gate/subscription.py
src/auth_gate/user_auth.py
src/auth_gate.egg-info/PKG-INFO
src/auth_gate.egg-info/SOURCES.txt
src/auth_gate.egg-info/dependency_links.txt
src/auth_gate.egg-info/requires.txt
src/auth_gate.egg-info/top_level.txt
src/tests/__init__.py
src/tests/conftest.py
src/tests/test_config.py
src/tests/test_fastapi_utils.py
src/tests/test_hmac_verification.py
src/tests/test_intergration.py
src/tests/test_middleware.py
src/tests/test_p1_5_hardening.py
src/tests/test_permissions.py
src/tests/test_permissions_catalog.py
src/tests/test_s2s_auth.py
src/tests/test_schema.py
src/tests/test_skeleton_key_ramp.py
src/tests/test_subscription.py
src/tests/test_user_auth.py