A micro auth-service which could be used in a microservices architecture.
pyenv install 3.10.8
pyenv virtualenv 3.10.8 auth-service
pyenv local auth-service
pip install -U pip
pip install -r requirements.txt
pytest
docker compose up
pytest integration_tests