ppm-htpasswd

1.0.3 • Public • Published

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

/ppm-htpasswd/

    Package Sidebar

    Install

    npm i ppm-htpasswd

    Weekly Downloads

    8

    Version

    1.0.3

    License

    MIT

    Unpacked Size

    16.3 kB

    Total Files

    10

    Last publish

    Collaborators

    • itwang