#Can we not send refresh token during login only so that it can automatically refresh the accessToken
5 messages · Page 1 of 1 (latest)
Help is on the way! To mark it as solved, use the /solve command. In the meantime, here are some existing threads that may help you:
Documentation:
@vital lichen Hmm, what do you mean?
@sullen walrus hey bud, i was talking about sending refresh token during login and save it as a cookie so that when we access any api with the help of middleware it can already refresh the accesstoken with the help of refresh_token
I have implemented this feature in some of my projects