如何在mvc模式中使用express js实现`jwt`?

时间:2016-11-01 09:22:21

标签: node.js express jwt

我已经完成了这个link。我怎样才能在mvc模式中实现它?

这是我的文件结构

config
   |----mongo.js      //connection to mongoose
   |----routes.js     //all routes of all controllers
controllers
   |----controller.js //all controller files
models
   |----model.js      //all models nothing but schemas of different collections
package.json
server.js

如何在上述模式中实现jwt,以便它可以应用于所有路由。请帮帮我。

0 个答案:

没有答案