Local authentication

This commit is contained in:
NGPixel
2016-10-30 23:03:36 -04:00
parent dc6fc449f0
commit 3d20fee5df
8 changed files with 90 additions and 42 deletions

View File

@@ -2,7 +2,9 @@
module.exports = (socket) => {
console.log(socket.request.user);
if(!socket.request.user.logged_in) {
return;
}
//-----------------------------------------
// SEARCH