Stop shipping plaintext. FiveSecured encrypts, obfuscates, and licenses your Lua resources so customers run your work without ever holding your source.
Yep, here is the code blocking you from using it
private static async Task<string> getAuthorization()
{
string arg = File.ReadAllText("server.authz");
return (await new Request().Http($"https://auth.sloosecannon.io/auth/radio-link/{arg}")).content;
}