oidc-client : OpenID Connect (OIDC) & OAuth2 client library. You can installing oidc-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 oidc-client $ sudo npm install -g oidc-client
If want to update the oidc-client package execute the command as below,
$ sudo npm update oidc-client
Update package globally,
$ npm install -g oidc-client
$ sudo git clone https://github.com/rektide/oidc-client.git
$ sudo npm install -g ./oidc-client
oidc-client@1.4.1 /usr/lib/node_modules/oidc-client
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall oidc-client
Package Name | oidc-client |
Version | 1.4.1 |
Description | OpenID Connect (OIDC) & OAuth2 client library |
Released Date | 2017-10-04T21:51:35.721Z |
Published by | brockallen |
How to Learn | https://www.npmjs.com/package/oidc-client/tutorial |