express-basic-auth : Plug & play basic auth middleware for express. You can installing express-basic-auth npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install express-basic-auth $ sudo npm install -g express-basic-auth
If want to update the express-basic-auth package execute the command as below,
$ sudo npm update express-basic-auth
Update package globally,
$ npm install -g express-basic-auth
$ sudo git clone https://github.com/rektide/express-basic-auth.git
$ sudo npm install -g ./express-basic-auth
express-basic-auth@1.1.3 /usr/lib/node_modules/express-basic-auth
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall express-basic-auth
Package Name | express-basic-auth |
Version | 1.1.3 |
Description | Plug & play basic auth middleware for express |
Released Date | 2017-10-23T09:47:15.670Z |
Published by | lionc |
How to Learn | https://www.npmjs.com/package/express-basic-auth/tutorial |