Download the PHP package yangchao/php-jwt without Composer
On this page you can find all versions of the php package yangchao/php-jwt. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package php-jwt
yangchao/php-jwt
安装
配置
配置说明
- refresh_disable 为 true 时,刷新禁用,refresh_ttl、refresh_secret_key、refresh_public_key、refresh_private_key可以不设置。
- is_single_device 为 false 时,不启用单设备登录,device_verify 可以不设置。
- signer 配置加密类型,为HS256 时,secret_key 必填,为RS256 时,public_key、private_key 必填。
- black_list 黑名单需要储存服务,这里给出了两个方案,一个使用redis储存需要配置你的redis_host、redis_password、redis_port;另一种为自定义储存类。 自定义储存类需要实现 \yangchao\jwt\StorageInterface 接口,具体实现参考 \yangchao\jwt\Storage\RedisStorage 类。
使用说明
异常说明
- \yangchao\jwt\Exception\JWTException 所有抛出异常
- \yangchao\jwt\Exception\JWTExpiredException token过期异常
- \yangchao\jwt\Exception\JWTServerException 服务器异常(内部处理错误)
- \yangchao\jwt\Exception\JWTConfigException 传入配置错误
- \yangchao\jwt\Exception\JWTVerifyException token验证异常
All versions of php-jwt with dependencies
PHP Build Version
Package Version
Requires
firebase/php-jwt Version
^6.10
The package yangchao/php-jwt contains the following files
Loading the files please wait ....