jspm / npm

NPM Location Service
19 stars 34 forks source link

Support for npm registries that require authentication #11

Closed computmaxer closed 10 years ago

computmaxer commented 10 years ago

It would be awesome if this could read the .npmrc config file for authentication options and use them if necessary to authenticate to the registry.

I am trying to configure it for use with a private npm registry that uses the npm options

always-auth=true`
ca=-----BEGIN CERTIFICATE-----...
_auth=<token>
guybedford commented 10 years ago

Definitely, we need to do this.

On Thursday, August 28, 2014, Max Peterson notifications@github.com wrote:

It would be awesome if this could read the .npmrc config file for authentication options and use them if necessary to authenticate to the registry.

I am trying to configure it for use with a private npm registry that uses the npm options

always-auth=true` ca=-----BEGIN CERTIFICATE-----... _auth=

Reply to this email directly or view it on GitHub https://github.com/jspm/npm/issues/11.

guybedford commented 10 years ago

This is included in the next version.