├── Makefile ├── README.md ├── lua_auth_plugin.c └── testauth.lua /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DenkiYagi/lua_auth_plugin/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DenkiYagi/lua_auth_plugin/HEAD/README.md -------------------------------------------------------------------------------- /lua_auth_plugin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DenkiYagi/lua_auth_plugin/HEAD/lua_auth_plugin.c -------------------------------------------------------------------------------- /testauth.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DenkiYagi/lua_auth_plugin/HEAD/testauth.lua --------------------------------------------------------------------------------