Download the PHP package qifen/jwt without Composer
On this page you can find all versions of the php package qifen/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 jwt
webman jwt 认证插件
安装
基本用法
生成令牌
输出(json格式)
响应参数
参数 | 类型 | 描述 | 示例值 |
---|---|---|---|
token_type | string | Token 类型 | Bearer |
expires_in | int | 凭证有效时间,单位:秒 | 36000 |
access_token | string | 访问凭证 | XXXXXXXXXXXXXXXXXXXX |
refresh_token | string | 刷新凭证(访问凭证过期使用 ) | XXXXXXXXXXXXXXXXXXX |
获取当前uid
获取其他自定义字段
刷新令牌
All versions of jwt with dependencies
PHP Build Version
Package Version
The package qifen/jwt contains the following files
Loading the files please wait ....