chore: delete demo_auth_enabled from config

This commit is contained in:
tao.chen
2026-09-02 10:10:41 +08:00
committed by tao.chen
parent 5ed3aa4300
commit 1faca179b0
3 changed files with 0 additions and 7 deletions
-4
View File
@@ -39,10 +39,6 @@ class Settings(BaseSettings):
default="dev-only-not-for-production",
description="HS256 secret used by backend's jupyter auth_request.",
)
demo_auth_enabled: bool = Field(
default=False,
description="Enable the self-hosted UI's short-lived demo session cookie.",
)
cookie_force_secure: bool = Field(
default=False,
description=(