Closed cschleiden closed 5 years ago
We need to figure out how we can authenticate the user. Most likely just ask for a PAT, but
See also this https://github.com/Microsoft/azure-repos-vscode/tree/master/src/credentialstore for storing credentials and this video (about half way in) for the "new" experience.
Think I'll go with the "device flow" to get a token: https://azure.microsoft.com/en-us/resources/samples/active-directory-dotnet-deviceprofile/?v=17.23h
We need to figure out how we can authenticate the user. Most likely just ask for a PAT, but
See also this https://github.com/Microsoft/azure-repos-vscode/tree/master/src/credentialstore for storing credentials and this video (about half way in) for the "new" experience.