#2300·jwt-auth

版本 2.3.0 中的 TTL 问题

作者: ashishov创建于 2026年3月15日更新于 2026年9月15日

在 2.3.0 版本中,文件 src/Claims/Factory.php 的第 194 行已更改为 $this->ttl = (int) $ttl; 而不是 $this->ttl = $ttl; 请回滚此更改。

内容来源: tymondesigns/jwt-auth