VORKOUT-6 #11

Open
vlad.dev wants to merge 10 commits from VORKOUT-6 into master
Member
No description provided.
vlad.dev added 10 commits 2025-06-10 17:51:04 +05:00
vlad.dev requested review from cyrussmeat 2025-06-10 17:51:15 +05:00
vlad.dev requested review from ivan.dev 2025-06-10 17:51:17 +05:00
cyrussmeat requested changes 2025-06-11 13:24:56 +05:00
@ -91,25 +91,21 @@ async def refresh(
request: Request, connection: AsyncConnection = Depends(get_connection_dep), Authorize: AuthJWT = Depends()
):
refresh_token = request.cookies.get("refresh_token_cookie")
Owner

refresh_token не должен храниться в куках, его нужно сохранять в браузерном секурном хранилище (на фронте) и предъявлять как параметр конкретного запроса (апгрейд или получение access_token'а).

refresh_token не должен храниться в куках, его нужно сохранять в браузерном секурном хранилище (на фронте) и предъявлять как параметр конкретного запроса (апгрейд или получение access_token'а).
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin VORKOUT-6:VORKOUT-6
git checkout VORKOUT-6
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Vorkout/connect#11
No description provided.