We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62e84b7 commit f6c41fbCopy full SHA for f6c41fb
src/config/plugin/tinywan/jwt/app.php
@@ -18,7 +18,7 @@
18
// 令牌签发者
19
'iss' => 'webman.tinywan.cn',
20
// 某个时间点后才能访问,单位秒。(如:30 表示当前时间30秒后才能使用)
21
- 'nbf' => 60,
+ 'nbf' => 0,
22
// 时钟偏差冗余时间,单位秒。建议这个余地应该不大于几分钟。
23
'leeway' => 60,
24
// 单设备登录
0 commit comments