is it possible to make auto-renewal of refresh token lifetime?
For exapmle, if i make a request to update my access token, our backend can check how long does refresh token have left to live. If it has less than 1 week, we make a request to extend the time of this token
