1.0.0 • Published 3 years ago

verdaccio-group-htpasswd v1.0.0

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

Verdaccio Module For User Auth Via Htpasswd with groups

verdaccio-htpasswd-groups extends the default authentication plugin for the Verdaccio verdaccio-htpasswd.

Install

As simple as running: $ npm install -g verdaccio-htpasswd-groups

Configure

auth:
    htpasswd:
        files:
          - file: ./htpasswd
            isDefault: false
            groupName: admin
          - file: ./dev-htpasswd
            isDefault: true
            groupName: developer
        # Maximum amount of users allowed to register, defaults to "+infinity".
        # You can set this to -1 to disable registration.
        #max_users: 1000

Generate htpasswd username/password combination

If you wish to handle access control using htpasswd file, you can generate username/password combination form here and add it to htpasswd file.