Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] npm login --auth-type=sso fail from 7.11.0 #3205

Closed
ShangguanQuail opened this issue May 7, 2021 · 1 comment
Closed

[BUG] npm login --auth-type=sso fail from 7.11.0 #3205

ShangguanQuail opened this issue May 7, 2021 · 1 comment
Labels
Bug thing that needs fixing Needs Triage needs review for next steps Release 7.x work is associated with a specific npm 7 release

Comments

@ShangguanQuail
Copy link

npm login --auth-type=sso fail, because the params forceAuth is { token }, but _authToken is used in auth.js

npm/npm-registry-fetch#50

@ShangguanQuail ShangguanQuail added Bug thing that needs fixing Needs Triage needs review for next steps Release 7.x work is associated with a specific npm 7 release labels May 7, 2021
@ShangguanQuail ShangguanQuail changed the title [BUG] npm login --auth-type=sso fail in npm from 7.11.0 [BUG] npm login --auth-type=sso fail from 7.11.0 May 7, 2021
@darcyclarke darcyclarke linked a pull request May 20, 2021 that will close this issue
@isaacs
Copy link
Contributor

isaacs commented May 20, 2021

Fixed by npm/npm-registry-fetch#50

@isaacs isaacs closed this as completed May 20, 2021
isaacs added a commit that referenced this issue May 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug thing that needs fixing Needs Triage needs review for next steps Release 7.x work is associated with a specific npm 7 release
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants