deniercounter

Results 2 issues of deniercounter

This code from the repo today (25-02-2019) doesn't verify a token, but only checks its existence. - ` try { const decoded = await jwt.verify(token, config.JWT_ENCRYPTION); req.email = decoded.email; next();...

On the decision of eventually avoiding the bloating of a project by using socket.io I came across your YouTube channel. Surprisingly if you send some 20 messages in one room...