Improvement
• 1 minute read

Web based authentication now works for all npm commands

Summary

We recently released the ability to use web based authentication for the npm login and npm publish commands with the --auth-type=web flag. Now we are extending this feature to all…

We recently released the ability to use web based authentication for the npm login and npm publish commands with the --auth-type=web flag. Now we are extending this feature to all the other commands that require authentication or OTP verification.

This feature is available from CLI version 8.19.1

New Releases

Improvements

Deprecations

Back to top