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

Acknowledge "always_auth" and "_authToken" #105

Closed
brianreavis opened this issue Feb 10, 2016 · 4 comments
Closed

Acknowledge "always_auth" and "_authToken" #105

brianreavis opened this issue Feb 10, 2016 · 4 comments
Milestone

Comments

@brianreavis
Copy link

(for usage with private registries)

# .npmrc
always_auth = true
//<host>/:_authToken=<token>

Relevant: http://blog.npmjs.org/post/118393368555/deploying-with-npm-private-modules

@adriantoine
Copy link

+1

rstacruz added a commit that referenced this issue Jun 18, 2016
Send auth token if one exists for registry (#167, #105)
@zkochan
Copy link
Member

zkochan commented Aug 7, 2016

Hey @leipert, has your pull request resolved this one as well? I am not sure what always_auth=true means

@leipert
Copy link
Contributor

leipert commented Aug 14, 2016

Yeah, it should work.
If your using the public npm registry, you do not need auth for GET requests.
But pnpm actually sets the token on each request which goes to a https:// registries, so always_auth is per se true when using pnpm and having saved credentials.

EDIT: So actually it was already closed with #161

@zkochan
Copy link
Member

zkochan commented Aug 14, 2016

Awesome! Thanks!

@zkochan zkochan closed this as completed Aug 14, 2016
@zkochan zkochan modified the milestone: v1.0.0 Aug 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants