git-ecosystem / git-ecosystem/git-credential-manager
Store oauth_refresh_token
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 9.3k
- Forks
- 2.9k
- Avg merge
- 7d 1h
- Merged PRs (30d)
- 14
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:
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Git credential attribute documentation linked in the issue and inspect GitLabHostProvider.cs around lines 218-219, then compare the GitLabHostProvider, BitBucketHostProvider, and GenericHostProvider implementations. Done means determining how oauth_refresh_token should be stored without the separate-service workaround and covering the affected providers with appropriate tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, git
- Domain
- authentication
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100