Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename github-authentication to github #97889

Closed
wants to merge 3 commits into from
Closed

Conversation

joaomoreno
Copy link
Member

@joaomoreno joaomoreno commented May 15, 2020

This addresses the plan item:

Make clone from/publish to GitHub generally available

From microsoft/vscode-pull-request-github#1788

After the rename, we can start adding features in the extension.


@RMacfarlane Need your eyes on this since renaming the extension from with an auth provider comes might have unforeseen consequences. What do you think?

@joaomoreno joaomoreno added this to the May 2020 milestone May 15, 2020
@joaomoreno joaomoreno self-assigned this May 15, 2020
@@ -80,7 +80,7 @@ export class GitHubServer {
this.updateStatusBarItem(true);

const state = uuid();
const callbackUri = await vscode.env.asExternalUri(vscode.Uri.parse(`${vscode.env.uriScheme}://vscode.github-authentication/did-authenticate`));
const callbackUri = await vscode.env.asExternalUri(vscode.Uri.parse(`${vscode.env.uriScheme}://vscode.github/did-authenticate`));
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@RMacfarlane Do we need to update the callback URLs also in the app registrations?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, that's right! GitHub actually has control over this so I will reach out on getting this updated

@joaomoreno
Copy link
Member Author

@RMacfarlane From what I understand, there seems to be no problem renaming the extension, as far as the auth API goes since it doesn't actually know which extension calls registerAuthenticationProvider.

@joaomoreno
Copy link
Member Author

Decided to take another approach:

I'll create a github extension and put the features there. We can consider moving the authentication provider into there at some later point in time.

@joaomoreno joaomoreno closed this May 18, 2020
@joaomoreno joaomoreno deleted the joao/github-extension branch May 18, 2020 08:33
@RMacfarlane
Copy link
Contributor

Sounds good!

@github-actions github-actions bot locked and limited conversation to collaborators Jul 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants