Describe the feature you'd like and what it will do
I would like refresh tokens to be used to refresh access tokens before they expire. This will limit how often I will need to login with each repository.
Why is this feature important?
Refresh tokens can be used to generate a new access token without a user reauthorizing the application.
Is your feature request related to a problem? Please describe.
I'm always frustrated when a user has to manually reauthorize a repository. It is also good for security to regularly refresh access tokens.
Describe the feature you'd like and what it will do
I would like refresh tokens to be used to refresh access tokens before they expire. This will limit how often I will need to login with each repository.
Why is this feature important?
Refresh tokens can be used to generate a new access token without a user reauthorizing the application.
Is your feature request related to a problem? Please describe.
I'm always frustrated when a user has to manually reauthorize a repository. It is also good for security to regularly refresh access tokens.