Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Npm feed authentication with api key
-
Hi,
Is it possible to authenticate against npm registry when publishing by using some sort of authToken instead of username and password. You support similar thing with NuGet feeds with API key.
Best,
IvanProduct: ProGet
Version: 3.8.6
-
I'm afraid npm doesn't support the concept of an "api key", so there's really no way for us to support it... short of writing a totally different npm client :)
-
According to their blog, they support authTokens just for this scenario, but it could be that I'm using a version that is too old (2.11.3).
http://blog.npmjs.org/post/118393368555/deploying-with-npm-private-modules
-
We are planning to support scoped packages in ProGet 3.9; I'll add npm auth token support to the list of features for that release as well.
-
Is this feature now available? Where could I find documentation to this?