LICENSE
README.md
pyproject.toml
auth/__init__.py
auth/api_keys.py
auth/audit.py
auth/circuit_breaker.py
auth/config.py
auth/database.py
auth/decorators.py
auth/docs_page.py
auth/encryption.py
auth/logging_config.py
auth/main.py
auth/response_format.py
auth/sanitizer.py
auth/server.py
auth/validation.py
auth/workflow_checker.py
auth.egg-info/PKG-INFO
auth.egg-info/SOURCES.txt
auth.egg-info/dependency_links.txt
auth.egg-info/entry_points.txt
auth.egg-info/requires.txt
auth.egg-info/top_level.txt
auth/client/__init__.py
auth/client/_transport.py
auth/client/base.py
auth/client/keys.py
auth/client/rbac.py
auth/client/workflow.py
auth/cmd/__init__.py
auth/cmd/server.py
auth/core/__init__.py
auth/core/REST/__init__.py
auth/core/REST/client.py
auth/core/models/__init__.py
auth/models/sql.py
auth/routes/__init__.py
auth/routes/_common.py
auth/routes/apikeys.py
auth/routes/membership.py
auth/routes/permissions.py
auth/routes/public.py
auth/routes/roles.py
auth/routes/tenant.py
auth/routes/workflow.py
auth/services/base.py
auth/services/keys.py
auth/services/queries.py
auth/services/rbac.py
auth/services/rotation.py
auth/services/service.py
auth/services/tenant.py
auth/static_docs/__init__.py
auth/static_docs/api_reference.md
auth/static_docs/claude_guide.md
auth/static_docs/landing.md
auth/static_docs/page.html
tests/test_api_keys.py
tests/test_api_keys_encryption.py
tests/test_audit_integrity.py
tests/test_client.py
tests/test_client_rest.py
tests/test_cmd_server.py
tests/test_config.py
tests/test_correctness_hardening.py
tests/test_database_sslmode.py
tests/test_docs_page.py
tests/test_encryption.py
tests/test_encryption_integration.py
tests/test_flask.py
tests/test_key_rotation.py
tests/test_log_redaction.py
tests/test_phase_a_hardening.py
tests/test_reencryption.py
tests/test_routes_errors.py
tests/test_self_service_audit.py
tests/test_server.py
tests/test_service_lifecycle.py
tests/test_strict_default.py
tests/test_strict_users.py