git-credential-manager icon indicating copy to clipboard operation
git-credential-manager copied to clipboard

Store oauth_refresh_token

Open hickford opened this issue 2 years ago • 0 comments

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

hickford avatar Nov 03 '23 19:11 hickford