-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
如题, 那么设置app.config.jwt.secret 的意义是什么?
const jwtcode = app.jwt.sign({ uid: 1111 }, app.config.jwt.secret);
这样加工后返回的jwt code 可以在以下工具解密:
https://www.box3.cn/tools/jwt.html
Metadata
Metadata
Assignees
Labels
No labels