koa-passport : Passport middleware for Koa. You can installing koa-passport 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 koa-passport $ sudo npm install -g koa-passport
If want to update the koa-passport package execute the command as below,
$ sudo npm update koa-passport
Update package globally,
$ npm install -g koa-passport
$ sudo git clone https://github.com/rektide/koa-passport.git
$ sudo npm install -g ./koa-passport
koa-passport@4.0.1 /usr/lib/node_modules/koa-passport
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall koa-passport
Package Name | koa-passport |
Version | 4.0.1 |
Description | Passport middleware for Koa |
Released Date | 2017-10-04T06:52:19.151Z |
Published by | rkusa |
How to Learn | https://www.npmjs.com/package/koa-passport/tutorial |