feat: Added SSL support for authentication cookies
This commit is contained in:
@@ -39,6 +39,7 @@ class Settings(BaseSettings):
|
||||
SECRET_KEY: str
|
||||
ACCESS_TOKEN_EXPIRE_MINUTES: int = 30
|
||||
ALGORITHM: str = "HS256"
|
||||
USE_SSL: bool = False
|
||||
|
||||
# =========================
|
||||
# EMAIL (optionnel)
|
||||
|
||||
Reference in New Issue
Block a user