-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Open
Labels
auth:oauthSpecific to OAuth2 authenticationSpecific to OAuth2 authenticationenhancementNew feature or requestNew feature or request
Description
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:
git-credential-manager/src/shared/GitLab/GitLabHostProvider.cs
Lines 218 to 219 in 2365cac
// store refresh token under a separate service | |
Context.CredentialStore.AddOrUpdate(refreshService, oAuthCredential.Account, oAuthCredential.RefreshToken); |
derigel23
Metadata
Metadata
Assignees
Labels
auth:oauthSpecific to OAuth2 authenticationSpecific to OAuth2 authenticationenhancementNew feature or requestNew feature or request