...
login(baseUrl, username, password, callback)
Description
Gets the current logged in username Login the user in Joget Workflow
Parameters
...
loginWithHash(baseUrl, username, hash, callback)
Description
Gets the current logged in username in Login the user with hash in Joget Workflow
Parameters
- baseUrl - base URL of Joget Workflow, e.g., 'http://localhost/jw'
- username - username for user to login
- hash - hashed password for user to login. (refer to Hashed Password)
- callback - a callback function after a successful call (optional)
...
logout(baseUrl)
Description
Gets Logs out the current logged in username in Joget Workflow
...