git-credential-manager
git-credential-manager copied to clipboard
Store oauth_refresh_token
It would be useful to store Git credential attribute oauth_refresh_token
Currently GitLabHostProvider, BitBucketHostProvider and GenericHostProvider use a hacky workaround to save oauth_refresh_token as the password for a separate service:
https://github.com/git-ecosystem/git-credential-manager/blob/2365cac1a6a92106e9a3edef6048ecc788a9521d/src/shared/GitLab/GitLabHostProvider.cs#L218-L219