admin felület különválasztva

This commit is contained in:
Roo
2026-06-24 11:29:45 +00:00
parent 71ef33bb85
commit 80a5d67f79
462 changed files with 87873 additions and 312 deletions

View File

@@ -130,6 +130,7 @@ async def login(
httponly=True,
secure=True, # Use Secure
samesite="lax",
domain=settings.COOKIE_DOMAIN, # Cross-subdomain SSO
max_age=max_age_sec
)
@@ -224,6 +225,7 @@ async def verify_email(
httponly=True,
secure=True,
samesite="lax",
domain=settings.COOKIE_DOMAIN, # Cross-subdomain SSO
max_age=max_age_sec
)