flexi auth Lite Example

This page is an example of the flexi auth 'Lite' library. The lite library only contains functions that read data from the auth session or database and can use up to 40% less memory than on pages using the standard library.

Its lighter memory footprint means the library can display user data on pages that do not need complicated authentication functions, resulting in minimal effect to the sites performance.

Examples of its usage can be seen below displaying a small summary of user data that is stored within the auth session and database.

Lite Library Functions

  • Login Status

    Check the login status of the current user.

    User is not currently logged in!