Commit Graph

5 Commits (b0a3851d934a8cfcd1f5bd662a4fe8759f2eb9a4)

Author SHA1 Message Date
F4nniu b0a3851d93 fix(common): getEncryptedToken 的 php8 兼容修复
(cherry picked from commit 198604c584)
2024-02-15 13:58:13 +08:00
Karson 9d42f92c95 移除Auth.php类中的Ucenter
优化基类Backend.php中的逻辑
优化插件管理网络失败的逻辑
优化代码格式化
2019-04-07 20:34:22 +08:00
BlackSergeant 8d05d78fa0 解决使用redis方式储存token时api接口Token刷新与检测因expires_in拼写错误报错的BUG
解决使用redis方式储存token时api接口Token刷新与检测因expires_in拼写错误报错的BUG
修改expired_in 为 expires_in
2019-02-19 14:52:02 +08:00
BlackSergeant c0d709d3b2 更新 Redis.php
解决使用redis方式储存token时api接口Token刷新与检测报错BUG
修改返回数组参数名称 expired_in -> expires_in
2019-02-19 14:42:08 +08:00
Karson f129e8af7d 新增Token的Redis和Mysql驱动方式 2018-04-02 08:21:30 +08:00