使用 jsonwebtoken模块,生成token

lettoken=lettoken=\"Bearer\"+jwt.sign({用户对象},口令,{expireIn:设置过期时间})我们可以使用expressjwt在app.js文件里进行token的验证。...