2 posts tagged with "node"

View All Tags

node-express通过jwt实现带token验证的登录

Amos Xu

Amos Xu

Front End Engineer|前端开发

node-express通过jwt实现带token验证的登录

[toc]

文件目录

│ package-lock.json
│ package.json
│ server.js
├─config//配置文件
│ key.js
│ passport.js
├─models//实例
│ Profile.js
│ User.js
└─routers
└─api
profile.js//产品api
users.js//用户登录api