cli/pkg/cmd/auth/shared
Mislav Marohnić 89ad870190 auth refresh: preserve existing scopes when requesting new ones
When there was a previously valid token that was granted some scopes,
ensure all those scopes will be re-requested when doing the
authentication flow for the new token.
2021-10-14 19:52:59 +02:00
..
git_credential.go Rename the module to "github.com/cli/cli/v2" 2021-08-25 12:41:30 +02:00
git_credential_test.go Rename the module to "github.com/cli/cli/v2" 2021-08-25 12:41:30 +02:00
login_flow.go Rename the module to "github.com/cli/cli/v2" 2021-08-25 12:41:30 +02: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