无
rt所示 , 超过12小时token失效
用这个包 https://www.npmjs.com/package/jsonwebtoken
@jingsam 我用的koa-jwt 目前想直接在secret加个时间值,不知道koa-jwt可以直接设置不
为什么不仔细看下文档呢?
You can specify audience and/or issuer as well:
app.use(jwt({ secret: 'shared-secret', audience: 'http://myapi/protected', issuer: 'http://issuer' }));
If the JWT has an expiration (exp), it will be checked.
@jingsam 找到了 https://cnodejs.org/topic/557d647216839d2d53936351 ths