Security Module

Security Functions & Variables

The Security Module features the following functions:


security.logged_in() - back to top

This functio will return a boolean value based upon whether the current user is logged-in or not.

- back to top


security.login(username, password, callback) - back to top

This function will attempt to log-in the current user based on the provided username and password andwill perform the provded callback function if successful.

- back to top


security.logout() - back to top

This functon will log-out the current user and then reload the page.

- back to top


  1. Related Articles
  2. Back to Modules
  3. Accounts
  4. API
  5. Buttons
  6. Contacts
  7. Blockchains
  8. Data
  9. Filters
  10. Forms
  11. Security
  12. Styles
  13. Templates
  14. Table of Contents