I\'ve created a video streaming server with NodeJs which is protected with jwt token.
router.get("/video-streams/:id", authenticateUser, async (req, res