openid-client : OpenID Connect Relying Party (RP, Client) implementation for Node.js servers, supports passportjs. You can installing openid-client 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 openid-client $ sudo npm install -g openid-client
If want to update the openid-client package execute the command as below,
$ sudo npm update openid-client
Update package globally,
$ npm install -g openid-client
$ sudo git clone https://github.com/rektide/openid-client.git
$ sudo npm install -g ./openid-client
openid-client@1.18.1 /usr/lib/node_modules/openid-client
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall openid-client
| Package Name | openid-client |
| Version | 1.18.1 |
| Description | OpenID Connect Relying Party (RP, Client) implementation for Node.js servers, supports passportjs |
| Released Date | 2017-11-25T12:09:23.218Z |
| Published by | panva |
| How to Learn | https://www.npmjs.com/package/openid-client/tutorial |