1 Star 0 Fork 93

李留威 / jwt-auth

forked from Thans / jwt-auth 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
composer.json 763 Bytes
一键复制 编辑 原始数据 按行查看 历史
Thans 提交于 2019-08-19 01:12 . fix composer
{
"name": "thans/tp-jwt-auth",
"description": "thinkphp jwt auth composer",
"type": "library",
"require": {
"php": "^7.0",
"lcobucci/jwt": "^3.3",
"topthink/framework": "^5.1.10 || ^6.0.0"
},
"license": "MIT",
"authors": [
{
"name": "Thans",
"email": "360641274@qq.com"
}
],
"autoload": {
"psr-4": {
"thans\\jwt\\": "src"
},
"files": [
"src/helper.php"
]
},
"extra": {
"think": {
"services": [
"thans\\jwt\\Service"
],
"config": {
"jwt": "config/config.php"
}
}
},
"minimum-stability": "dev"
}
PHP
1
https://gitee.com/liliuwei/jwt-auth.git
git@gitee.com:liliuwei/jwt-auth.git
liliuwei
jwt-auth
jwt-auth
master

搜索帮助