Hi, Is there a way to refresh an active token, so that the user can fetch a new token with this endpoint:
https://app.swaggerhub.com/apis/supertokens/FDI/1.18.0#/Session%20Recipe/refresh ?
Atm we are getting the same existing token if user's token didn't expire yet. We need a way to get a new token, because we are altering user roles and we don't want to force the users to logout/login again. Is there any way of refreshing token in such way atm?