1.0.3 • Published 6 years ago

ppm-htpasswd v1.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

PPM Module For User Auth Via Htpasswd

ppm-htpasswd is a default authentication plugin for the PPM.

This plugin is being used as dependency after v1.0.2.

Install

As simple as running:

$ npm install -g ppm-htpasswd

Configure

auth:
    htpasswd:
        file: ./htpasswd
        # Maximum amount of users allowed to register, defaults to "+infinity".
        # You can set this to -1 to disable registration.
        #max_users: 1000

Logging In

To log in using NPM, run:

    npm adduser --registry  https://your.registry.local
1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago