1 Star 1 Fork 0

K8sCat / lua-resty-weauth

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
lua-resty-weauth-0.0.3-0.rockspec 507 Bytes
一键复制 编辑 原始数据 按行查看 历史
K8sCat 提交于 2021-08-11 10:41 . update: remove redis
package = "lua-resty-weauth"
version = "0.0.3-0"
source = {
url = "https://github.com/k8scat/lua-resty-weauth",
tag = "v0.0.3"
}
description = {
summary = "适用于 OpenResty / ngx_lua 的基于企业微信组织架构的登录认证",
homepage = "https://github.com/k8scat/lua-resty-weauth",
license = "MIT",
maintainer = "K8sCat <k8scat@gmail.com>"
}
dependencies = {
"lua >= 5.1"
}
build = {
type = "builtin",
modules = {
["resty.weauth"] = "lib/resty/weauth.lua"
}
}
Lua
1
https://gitee.com/k8scat/lua-resty-weauth.git
git@gitee.com:k8scat/lua-resty-weauth.git
k8scat
lua-resty-weauth
lua-resty-weauth
main

搜索帮助