So In my nodejs webapp I have this ;
app.post("auth/:token", function(req, res) { let str = req.params.token; if(str === certToken){ res