Send refresh access token request on /user/refresh-access-token route with valid refresh token in the cookies.
All other routes are affected which expects refresh token in the request body.
Expected Behavior
The request should be able to send the new access token if a valid refresh token is present in the cookies.
Actual Behavior
The validation fails, because the refresh token is present in the cookies and not in the body.
Description
Steps to Reproduce
Send refresh access token request on
/user/refresh-access-token
route with valid refresh token in the cookies. All other routes are affected which expects refresh token in the request body.Expected Behavior
The request should be able to send the new access token if a valid refresh token is present in the cookies.
Actual Behavior
The validation fails, because the refresh token is present in the cookies and not in the body.