think-jwt icon indicating copy to clipboard operation
think-jwt copied to clipboard

ThinkPHP Jwt 扩展包

Results 10 think-jwt issues
Sort by recently updated
recently updated
newest added

无法关闭单点登录。 'sso'=>[ 'enable'=>false ], 无效果。 ` return [ 'default' => 'admin', 'apps' => [ 'admin' => [ 'sso'=>[ 'enable'=>false ], 'token' => [ 'ssoCacheKey' => 'jwt-auth-user', 'ssoKey' => 'uid', 'uniqidKey'...

过期自动续签 不要了?

使用的是 "xiaodi/think-jwt": "v3.0.0.beta.6" jwt 配置文件是下面的 return [ 'stores' => [ // 单应用 'default' => [ 'sso' => [ 'enable' => false, ], 'token' => [ 'signer_key' => 'tant', 'not_before' =>...

代码提示不友好,建议把代码提示增加一下

验证的时候 自动续签 去掉了? 准备这里要改动么?

![image](https://user-images.githubusercontent.com/16894578/111603158-071a8e80-880f-11eb-8c0d-2d28891ed7a2.png)

HasLoggedException 没看到怎么抛出到异常

新特征

tp6的时候一直用。。。最近升级tp8了。。无法。。。

希望更新可以支持IDE提示, 而且 Lcobucci的JWT版本只能支持7.4, 无法在8.0+使用....