Update login.py with new auth settings
This commit is contained in:
parent
451f176fb4
commit
d2c1d86f67
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ async def login_to_get_access_token(
|
|||
response.set_cookie(
|
||||
"refresh_token_lf",
|
||||
tokens["refresh_token"],
|
||||
httponly=auth_settings.REFRESH_TOKEN_HTTPONLY,
|
||||
httponly=auth_settings.REFRESH_HTTPONLY,
|
||||
samesite=auth_settings.REFRESH_SAME_SITE,
|
||||
secure=auth_settings.REFRESH_SECURE,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue