Is there a downside to sending a refresh token on every request to an API?
Let’s say that my user signs in and the server responds with a refresh token saved in a cookie (SameSite strict, HttpOnly, CSRF token too) and with the access token in response (saved in JS memory).
I read these guidelines in a popular Has… Continue reading Is there a downside to sending a refresh token on every request to an API?