.coveragerc
.gitignore
.space.kts
AUTHORS.rst
CHANGELOG.rst
Dockerfile
Dockerfile.release
LICENSE
README.rst
docker-compose.yml
pyproject.toml
requirements.txt
requirements_dev.txt
setup.cfg
setup.py
.github/workflows/python-publish.yaml
.github/workflows/reusable-docker-build.yaml
.helm/.helmignore
.helm/Chart.yaml
.helm/values-db.yaml
.helm/values-redis.yaml
.helm/values.yaml
.helm/templates/NOTES.txt
.helm/templates/_helpers.tpl
.helm/templates/backend-deployment.yaml
.helm/templates/backend-hook-job-db-migrate.yaml
.helm/templates/backend-hook-job-secret.yaml
.helm/templates/backend-service.yaml
.helm/templates/cronjobs.yaml
.helm/templates/hpa.yaml
.helm/templates/ingress.yaml
.helm/templates/secret.yaml
.helm/templates/serviceaccount.yaml
.helm/templates/tests/test-connection.yaml
src/fastapi_auth_service/__init__.py
src/fastapi_auth_service/__main__.py
src/fastapi_auth_service/conf.py
src/fastapi_auth_service/core.py
src/fastapi_auth_service/helpers.py
src/fastapi_auth_service/jobs.py
src/fastapi_auth_service.egg-info/PKG-INFO
src/fastapi_auth_service.egg-info/SOURCES.txt
src/fastapi_auth_service.egg-info/dependency_links.txt
src/fastapi_auth_service.egg-info/not-zip-safe
src/fastapi_auth_service.egg-info/requires.txt
src/fastapi_auth_service.egg-info/top_level.txt
src/fastapi_auth_service/api/__init__.py
src/fastapi_auth_service/api/http.py
src/fastapi_auth_service/api/users.py
src/fastapi_auth_service/api/v1/__init__.py
src/fastapi_auth_service/api/v1/endpoints.py
src/fastapi_auth_service/api/v1/schemas.py
src/fastapi_auth_service/db/__init__.py
src/fastapi_auth_service/db/alembic.ini
src/fastapi_auth_service/db/helpers.py
src/fastapi_auth_service/db/models.py
src/fastapi_auth_service/db/redis.py
src/fastapi_auth_service/db/migrations/__init__.py
src/fastapi_auth_service/db/migrations/env.py
src/fastapi_auth_service/db/migrations/script.py.mako
src/fastapi_auth_service/db/migrations/versions/20221228143345_de8dea98760e_initial.py
tests/conftest.py