now authenticating sockets by checking the password hash

This commit is contained in:
2016-08-16 04:48:42 +02:00
parent abe4d22226
commit c81a41b365
11 changed files with 37 additions and 14 deletions
+1
View File
@@ -1,6 +1,7 @@
import "typings-global";
export import beautylog = require("beautylog");
export import lik = require("lik");
export import nodehash = require("nodehash");
export import q = require("q");
export import shortid = require("shortid");
export import socketIo = require("socket.io");