You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
代码升级中发现一个问题,执行测试用例 header 头中携带的 Authorization 是正确的,但是中间键一直在抛出异常 HyperfExt\Jwt\Exceptions\JwtException: Token could not be parsed from the request.(0),代码追踪到 src/Jwt.php:line 164 发现用了协程重写
hyperf-ext/jwt
版本2.0.*
升级到2.1.*
hyperf-ext/auth
版本2.0.*
升级到2.1.*
代码升级中发现一个问题,执行测试用例
header
头中携带的Authorization
是正确的,但是中间键一直在抛出异常 HyperfExt\Jwt\Exceptions\JwtException: Token could not be parsed from the request.(0),代码追踪到src/Jwt.php:line 164
发现用了协程重写我先在处理的方案是在中间件中预先调用了一下,解析请求中的令牌
The text was updated successfully, but these errors were encountered: