You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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 becausevsr
does not have traditional user credentials yet (ie. basic auth creds like username+password).Suggestion
user.github
to tie github authentication to a user profile/auth tokenuser:auth
will be connected to the correspondinguser.name
&user.github
account for the purpose of web loginuser.name
/user.github
account will rotate the tokenuuid
but not the token entry itself (as it will be rotated/updated on future logins)The text was updated successfully, but these errors were encountered: