Skip to content

Latest commit

 

History

History

security

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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


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