This repository has been archived on 2022-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
|
access_by_lua_block {
|
|
-- check portal access rules and exit if access is restricted
|
|
if require("skynet.account").is_access_unauthorized() then
|
|
return require("skynet.account").exit_access_unauthorized()
|
|
end
|
|
}
|