The manual for Webix Jet 1.0 has a section about a Login-plugin. However, this plugin does not seem to exist when I look at the Jet source.
But, the functionality seems to be in the User-plugin. At least the methods described for the Login-plugin exists in the User-plugin.
I just really would like som examples of how to get it working.
I thing that the plugin needs to be passed some sort of userModel, that should do the actual authorization/authentication of the user and return something from a getStatus()-method. I just cant figure out what it is :-/
Hi! I’m trying to implement this plugin (user plugin). The login works fine but I want to implement the logout clicking the logout option of the menu but I don’t know how exactly call the logout() method, any idea?