jwt icon indicating copy to clipboard operation
jwt copied to clipboard

The Hyperf JWT package.

Results 13 jwt issues
Sort by recently updated
recently updated
newest added

swow对于开发和部署的门槛低了很多,接下来的项目希望能上3.0

麻烦请将 composer.json 里面 含有hyperf 的组件 兼容一下 3.0.*

![image](https://user-images.githubusercontent.com/17736664/199180098-36fcc284-9954-40de-b890-190f08d8587e.png) 按照官网这个例子就报错了 是我的姿势不对吗

错误内容如下 Token Signature could not be verified.

按照文档配置之后,登录是成功的,但是auto/user获得用户信息时报错: ```bash { "err_code": 200000, "err_msg": "Connection refused", "data": [] } ``` 这个Connection refused是连接什么拒绝了?mysql还是redis,我没找到对应的地方

配置参数 persistent_claims 无效,查看源码也没有发现使用的地方,自定义的参数在persistent_claims配置后,在reflushToken时依旧被抛弃了

请问支持动态修改加密密钥吗

那么我就先装了 composer require lcobucci/jwt --ignore-platform-req=ext-sodium 然后再装了hyperf-ext/jwt --ignore-platform-req=ext-sodium 倒是没报错了 . 不知道会不会有什么问题