LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
sagace/__init__.py
sagace.egg-info/PKG-INFO
sagace.egg-info/SOURCES.txt
sagace.egg-info/dependency_links.txt
sagace.egg-info/top_level.txt
sagace/auth/__init__.py
sagace/auth/application/__init__.py
sagace/auth/application/authentication_use_case.py
sagace/auth/domain/__init__.py
sagace/auth/domain/authentication_repository.py
sagace/auth/infrastructure/__init__.py
sagace/auth/infrastructure/authentication_api.py
sagace/auth/interfaces/__init__.py
sagace/auth/interfaces/authentication_service.py
sagace/core/__init__.py
sagace/core/api_client.py
sagace/core/http_api_client.py
sagace/core/token.py
sagace/core/token_storage.py
sagace/core/storage/__init__.py
sagace/core/storage/file_storage.py
sagace/core/storage/memory_storage.py
sagace/core/storage/redis_storage.py
sagace/exceptions/__init__.py
sagace/exceptions/application/__init__.py
sagace/exceptions/application/application_error.py
sagace/exceptions/domain/__init__.py
sagace/exceptions/domain/api_request_error.py
sagace/exceptions/domain/domain_error.py
sagace/exceptions/domain/permission_denied_error.py
sagace/exceptions/domain/token_expired_error.py
sagace/exceptions/infrastructure/__init__.py
sagace/exceptions/infrastructure/authentication_error.py
sagace/exceptions/infrastructure/infrastructure_error.py
sagace/exceptions/interfaces/__init__.py
sagace/exceptions/interfaces/interface_error.py
sagace/samples/__init__.py
sagace/samples/basic_autentication.py
tests/__init__.py
tests/auth/test_authentication_api.py
tests/auth/test_authentication_use_case.py
tests/core/test_api_client.py
tests/core/test_http_api_client.py
tests/core/storage/test_file_storage.py
tests/core/storage/test_memory_storage.py
tests/core/storage/test_redis_storage.py
tests/exceptions/test_domain_exceptions.py
tests/exceptions/test_infrastructure_exceptions.py