README.md
pyproject.toml
src/diracx/routers/__init__.py
src/diracx/routers/access_policies.py
src/diracx/routers/configuration.py
src/diracx/routers/dependencies.py
src/diracx/routers/factory.py
src/diracx/routers/fastapi_classes.py
src/diracx/routers/otel.py
src/diracx/routers/py.typed
src/diracx/routers/auth/__init__.py
src/diracx/routers/auth/authorize_code_flow.py
src/diracx/routers/auth/device_flow.py
src/diracx/routers/auth/management.py
src/diracx/routers/auth/token.py
src/diracx/routers/auth/utils.py
src/diracx/routers/auth/well_known.py
src/diracx/routers/health/__init__.py
src/diracx/routers/health/probes.py
src/diracx/routers/jobs/__init__.py
src/diracx/routers/jobs/access_policies.py
src/diracx/routers/jobs/legacy.py
src/diracx/routers/jobs/query.py
src/diracx/routers/jobs/sandboxes.py
src/diracx/routers/jobs/status.py
src/diracx/routers/jobs/submission.py
src/diracx/routers/utils/__init__.py
src/diracx/routers/utils/users.py
src/diracx_routers.egg-info/PKG-INFO
src/diracx_routers.egg-info/SOURCES.txt
src/diracx_routers.egg-info/dependency_links.txt
src/diracx_routers.egg-info/entry_points.txt
src/diracx_routers.egg-info/requires.txt
src/diracx_routers.egg-info/top_level.txt
tests/test_config_manager.py
tests/test_generic.py
tests/test_policy.py
tests/auth/test_legacy_exchange.py
tests/auth/test_standard.py
tests/data/idp-server.invalid/.well-known/openid-configuration
tests/jobs/conftest.py
tests/jobs/test_query.py
tests/jobs/test_sandboxes.py
tests/jobs/test_status.py
tests/jobs/test_wms_access_policy.py