Description
User's aren't able to use npm login or any other package manager's web login flow to generate a .npmrc (or similar) file with the corresponding user auth token. This is partly because vsr does not have traditional user credentials yet (ie. basic auth creds like username+password).
Suggestion
Description
User's aren't able to use
npm loginor any other package manager's web login flow to generate a.npmrc(or similar) file with the corresponding user auth token. This is partly becausevsrdoes not have traditional user credentials yet (ie. basic auth creds like username+password).Suggestion
user.githubto tie github authentication to a user profile/auth tokenuser:authwill be connected to the correspondinguser.name&user.githubaccount for the purpose of web loginuser.name/user.githubaccount will rotate the tokenuuidbut not the token entry itself (as it will be rotated/updated on future logins)