Auth Plugin
Good morning,
I want to know how to detect the call of a function in the plugin Auth.
Is there something like getNotifyAction?
The idea is to read the username and password of the connection.
Serverscript already did but I need to do it with a SQL database so I use the Plugin.
Thank you very much for your help
var connection: NetConnection = new Conecction ();
connection.connect ( "rtmp: / / 127.0.0.1", "username", "password");
