1 Star 0 Fork 93

棒槌 / jwt-auth

forked from Thans / jwt-auth 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 772 Bytes
一键复制 编辑 原始数据 按行查看 历史
OkCoder 提交于 2021-11-02 11:22 . Update composer.json
{
"name": "thans/tp-jwt-auth",
"description": "thinkphp jwt auth composer",
"type": "library",
"require": {
"php": "^7.0 || ^8.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/jasonfanjun/jwt-auth.git
git@gitee.com:jasonfanjun/jwt-auth.git
jasonfanjun
jwt-auth
jwt-auth
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891