verdaccio-qlchatauth
TypeScript icon, indicating that this package has built-in type declarations

0.0.9 • Public • Published

verdaccio-qlchatauth

qlchat npm auth plugin


usage

  1. install global, run npm i verdaccio-qlchatauth -g to install the npm package.
  2. edit verdaccio config.yaml
config.yaml
  ...

  auth:
    qlchatauth:
      users: qlchat someuser
      userFile: /user/path/group.txt     // (no required) use txt file to read users.

    htpasswd:
      file: ./htpasswd
  ...
  1. if you use userFile option, you can create a txt file to write your users, eg:
qlchat
somename
foo
bar
  1. restart your verdaccio

development

See the verdaccio contributing guide for instructions setting up your development environment. Once you have completed that, use the following npm tasks.

  • npm run build

    Build a distributable archive

Package Sidebar

Install

npm i verdaccio-qlchatauth

Weekly Downloads

8

Version

0.0.9

License

MIT

Unpacked Size

3.48 kB

Total Files

4

Last publish

Collaborators

  • ldlh615