Closed
Description
Is it possible to auto-refresh auth_token? By that I mean, user first authenticate with login and password, store auth_token and refresh_token in db and after that use auth_token to authenticate and when auth_token expired, use (somehow) refresh_token for new token and again, store them in db?