Does the framework support any log in / authorization methods and are there any examples or is this a function of Jetty?
I found references to authorization objects in abmshared and abmapplication in the demo code.
What I am looking for is an example of restricting users from accessing only certain pages and being forced to log in for those pages if they attempt to access them (either by way of the sidebar menu or direct url).
I saw earl's post on the Jetty Login system and filters tutorial https://www.b4x.com/android/forum/threads/server-login-system-filters-tutorial.39020/
But wondered if the abmaterial framework had an example of best practices on applying a login method.
I found references to authorization objects in abmshared and abmapplication in the demo code.
What I am looking for is an example of restricting users from accessing only certain pages and being forced to log in for those pages if they attempt to access them (either by way of the sidebar menu or direct url).
I saw earl's post on the Jetty Login system and filters tutorial https://www.b4x.com/android/forum/threads/server-login-system-filters-tutorial.39020/
But wondered if the abmaterial framework had an example of best practices on applying a login method.