John Frades

Results 5 comments of John Frades

doesn't work either here. not seeing any display

Thanks for your solution man, i'm also looking for this kind of thing.

I've solved it by creating this middleware ``` const looselyAuthenticatedMiddleware = (req): boolean => { const token = req.headers.authorization; if (token) { JWT.verify(token, config.secret, function(err, decode) { return true })...

any update on this? also experiencing the same error