socketio-auth : Authentication for socket.io. You can installing socketio-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 socketio-auth $ sudo npm install -g socketio-auth
If want to update the socketio-auth package execute the command as below,
$ sudo npm update socketio-auth
Update package globally,
$ npm install -g socketio-auth
$ sudo git clone https://github.com/rektide/socketio-auth.git
$ sudo npm install -g ./socketio-auth
socketio-auth@0.1.0 /usr/lib/node_modules/socketio-auth
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall socketio-auth
| Package Name | socketio-auth |
| Version | 0.1.0 |
| Description | Authentication for socket.io |
| Released Date | 2016-10-20T22:48:43.643Z |
| Published by | facundoolano |
| How to Learn | https://www.npmjs.com/package/socketio-auth/tutorial |