Skip to content

Commit a2c4bc5

Browse files
authored
fix: secure cookie in redirection (#940)
1 parent 733bb5c commit a2c4bc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

carbonserver/carbonserver/api/routers/authenticate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ async def get_login(
118118
SESSION_COOKIE_NAME,
119119
res.json()["access_token"],
120120
httponly=True,
121-
secure=False,
121+
secure=True,
122122
)
123123
return response
124124

0 commit comments

Comments
 (0)