JGer

Results 5 comments of JGer

不值得能否不使用keypair?不想使用jwk-set-uri配置

生成的jwt无法注销,只能是通过修改jwt解码时用户salt值来实现用户jwt失效,注销登录吧。

![image](https://user-images.githubusercontent.com/2832192/45215801-2399ef80-b2d1-11e8-841f-ccebd3832872.png)

> 请问pyramidbox_face_detection用的什么版本呢 1.1.0

> 您好,可以把您报错的107行改成 > > ``` > if data_out.shape[1]!=6: > ``` > > 我们将会尽快修复该模型,感谢您的反馈 我尝试了好像不行,我改成如下这样,现在不报错了: ```python else: if data_out.shape[1] == 6: det_conf = data_out[:, 1] ... ```