Refresh token
complete
Aurélien Georget
There are many cases where you don't want to login again because a JWT has an expiration date. Here comes the refresh token pattern that allows the client asking a new token without the need to login again.
More details https://github.com/strapi/strapi/issues/1676
Derrick Mehaffy
complete
Refresh tokens were just released in https://github.com/strapi/strapi/releases/tag/v5.24.0 for both the U&P plugin and the admin panel. U&P by default will still use the old system but users can change to the new session based system (this was to avoid breaking changes due to the new refresh and logout routes).
Redondo
I just submitted a refresh token plugin for Strapi5.
It solved my clients issues for mobile when using Local provider: