mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
fix ui session handling
This commit is contained in:
parent
70acdb5e61
commit
505987d15a
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ class UISessionHandler:
|
||||||
key=UISessionHandler._generate_token_name(),
|
key=UISessionHandler._generate_token_name(),
|
||||||
value=jwt_token,
|
value=jwt_token,
|
||||||
secure=True,
|
secure=True,
|
||||||
|
httponly=True,
|
||||||
|
samesite="strict",
|
||||||
)
|
)
|
||||||
return redirect_response
|
return redirect_response
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue