Skip to content

icjking/ppm-htpasswd

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published