admin felület különválasztva
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user