When following a simple tutorial regarding authorization with a JWT I have the following code:
app.use(expressJwt({secret: \'mojos\', algorithms: [\'HS256\']}