LICENSE
README.rst
pyproject.toml
auth/__init__.py
auth/audit.py
auth/circuit_breaker.py
auth/client.py
auth/config.py
auth/database.py
auth/decorators.py
auth/encryption.py
auth/jwt_auth.py
auth/logging_config.py
auth/main.py
auth/response_format.py
auth/routes.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/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/dal/authorization_sqlite.py
auth/models/sql.py
auth/models/sqlite.py
auth/services/rest_service.py
auth/services/service.py
docs/audit_logging.rst
docs/changelog.rst
docs/concepts.rst
docs/conf.py
docs/configuration.rst
docs/contributing.rst
docs/deployment.rst
docs/encryption.rst
docs/examples.rst
docs/index.rst
docs/installation.rst
docs/production.rst
docs/python_usage.rst
docs/quickstart.rst
docs/rest_api.rst
docs/security.rst
docs/troubleshooting.rst
docs/api/authorization.rst
docs/api/client.rst
docs/api/database.rst
docs/api/models.rst
docs/api/service.rst
scripts/create_db.py
tests/test_auth_sqlite.py
tests/test_authorization_sqlite.py
tests/test_client_rest.py
tests/test_cmd_server.py
tests/test_db_sqlite.py
tests/test_flask.py
tests/test_server.py
tests/test_service_rest.py
tests/tests.py