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
1 Reply
Hey Hypebeast. In ZITADEL there is no “manual” API to bump the absolute expiration of an individual refresh token on-demand.
But Zitadel gives you all options to configure the following parameters for access token
Basically, To keep your tokens alive indefinitely (up to your absolute limit), just refresh them at least once per idle period.