revoke sessions as soon as user is banned

v1.18.x
psychobunny
parent 17ca1d33fb
commit c330218920

@ -36,6 +36,9 @@ module.exports = function (SocketUser) {
}); });
next(); next();
}, },
function (next) {
user.auth.revokeAllSessions(uid, next);
},
], next); ], next);
}, callback); }, callback);
}; };

Loading…
Cancel
Save