cli/pkg/cmd/auth/shared
Mislav Marohnić 583af3e54c
Allow gh auth git-credential to authenticate GitHub Gist requests (#3064)
* Allow `gh auth git-credential` to authenticate GitHub Gist requests

When there are stored credentials for `example.com`, allow using them to
authenticate requests to `gist.example.com` as well.

* Fix writing out of credential config

* remove unneccessary function

* actually delete

Co-authored-by: nate smith <vilmibm@github.com>
2022-01-14 22:18:07 +00:00
..
git_credential.go Allow gh auth git-credential to authenticate GitHub Gist requests (#3064) 2022-01-14 22:18:07 +00:00
git_credential_test.go Allow gh auth git-credential to authenticate GitHub Gist requests (#3064) 2022-01-14 22:18:07 +00:00
login_flow.go Tweak auth flow re: interactivity 2022-01-12 15:50:51 +01:00
login_flow_test.go Rename the module to "github.com/cli/cli/v2" 2021-08-25 12:41:30 +02:00
oauth_scopes.go auth refresh: preserve existing scopes when requesting new ones 2021-10-14 19:52:59 +02:00
oauth_scopes_test.go Rename the module to "github.com/cli/cli/v2" 2021-08-25 12:41:30 +02:00
ssh_keys.go Rename the module to "github.com/cli/cli/v2" 2021-08-25 12:41:30 +02:00