Merge branch 'main' into dev

This commit is contained in:
msramalho
2025-03-17 18:03:51 +00:00
8 changed files with 443 additions and 21 deletions

View File

@@ -34,6 +34,8 @@ class Settings(BaseSettings):
Set[Annotated[str, Len(min_length=10)]], Len(min_length=1)
]
BLOCKED_EMAILS: Annotated[Set[str], Len(min_length=0)] = set()
# if not provided only OAUTH access_tokens are allowed
FIREBASE_SERVICE_ACCOUNT_JSON: str = ""
# redis
REDIS_PASSWORD: str = ""