gistpad
gistpad copied to clipboard
Allow managing multiple user profiles
It would be helpful for those of us with multiple GIT accounts if there was a simple way to swap between them.
Hey! So you’d like to log into GitHub with multiple different tokens, and have a simple way to label them (e.g. work vs personal) and switch between them? That makes total sense, I just wanted to ensure I understand what you were thinking 👍
That is exactly what I am looking for. Thank you for understanding.
Hi, Here is an example of the implementation https://github.com/kenhowardpdx/vscode-gist#github-profiles
With the switch to VS Code's native authentication removing apiURL, I'm wondering if this is what's holding me back from being able to use Enterprise? I have both my github.com and GHE accounts authenticated natively and showing in the Accounts menu. But only gists from my .com account show and I can't seem to flip?

Edit: well, I ended up removing my .com auth leaving only GHE, and it won't recognize that native auth. GistPad wants to kick me out to .com to authenticate. Seems like GHE is broken now? Will keep looking for other issues updating that.
I'm going close this as a duplicate of #96, since the core gap in GistPad is the ability to support GHE. And since VS Code is managing the user authentication sessions, I'd want to rely on them for supporting profiles, as opposed to trying to implement it myself.