vscode/extensions/github-authentication
Tyler James Leonhardt 2fabac413d
Introduce auth-provider specific props & use it for social sign in for GitHub (#251649)
ref https://github.com/microsoft/vscode/issues/251648

NOTE: the server side is not quite ready. It doesn't redirect back to VS Code properly, but this should be good to go whenever that is.
2025-06-16 23:02:36 +02:00
..
images
media Add light mode support to GitHub authentication sign-in page (#251509) 2025-06-15 23:27:27 -07:00
src Introduce auth-provider specific props & use it for social sign in for GitHub (#251649) 2025-06-16 23:02:36 +02:00
.gitignore
.npmrc chore: add npmrc to extensions folder (#230214) 2024-10-01 12:43:01 +02:00
.vscodeignore
extension-browser.webpack.config.js
extension.webpack.config.js fix: add electron as an external for webpack (#239134) 2025-02-03 18:54:18 +00:00
package-lock.json chore: update to Electron 35 (#245423) 2025-05-09 19:03:36 +09:00
package.json Introduce auth-provider specific props & use it for social sign in for GitHub (#251649) 2025-06-16 23:02:36 +02:00
package.nls.json GitHub Enterprise GHE.com Setting clarity (#240289) 2025-02-10 20:35:06 +01:00
README.md
tsconfig.json Introduce auth-provider specific props & use it for social sign in for GitHub (#251649) 2025-06-16 23:02:36 +02:00

GitHub Authentication for Visual Studio Code

Notice: This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.

Features

This extension provides support for authenticating to GitHub. It registers the github Authentication Provider that can be leveraged by other extensions. This also provides the GitHub authentication used by Settings Sync.