I am learning to use middlewares and as I am trying to import express-jwt it does not work. I am using the following syntax: const expressJwt = require('express-jwt')
I uninstalled express-jwt and installed an older version express-jwt@5.3.1, in which it works, but I wanna know how to fix it on the new version.