socketio-jwt : authenticate socket.io connections using JWTs. You can installing socketio-jwt 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 socketio-jwt $ sudo npm install -g socketio-jwt
If want to update the socketio-jwt package execute the command as below,
$ sudo npm update socketio-jwt
Update package globally,
$ npm install -g socketio-jwt
$ sudo git clone https://github.com/rektide/socketio-jwt.git
$ sudo npm install -g ./socketio-jwt
socketio-jwt@4.5.0 /usr/lib/node_modules/socketio-jwt
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall socketio-jwt
| Package Name | socketio-jwt |
| Version | 4.5.0 |
| Description | authenticate socket.io connections using JWTs |
| Released Date | 2016-06-21T12:46:40.601Z |
| Published by | jfromaniello |
| How to Learn | https://www.npmjs.com/package/socketio-jwt/tutorial |