With a version greater than 7.x of `express-jwt` the declaration need to be adjusted: ```javascript const { expressjwt: jwt } = require("express-jwt"); ``` And there is also no `user` object added to `req` anymore. It is now `auth`. See: [npm/express-jwt](https://www.npmjs.com/package/express-jwt#usage)