Refresh token
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
Redondo
I just submitted a refresh token plugin for Strapi5.
It solved my clients issues for mobile when using Local provider:
https://github.com/redon2/strapi-plugin-refresh-token