We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Please prove me if I am wrong, but
static int auth_current_user(lua_State *L) { ...
must have a C linkage as well e.g. it must be enclosed in extern "C" {} because lua expects functions with C calling convention.
extern "C" {}
If you don't mind, I may prepare a MR