Used to sign-up the user on wallaby, it will create a user object and return that object along side the accessToken which is required to utilize Wallaby capabilities.
Function Params
Note: the password is never passed to Wallaby or stored anywhere, it is just used to encrypt data before storing it in localStorage.
Function Parameters
Param
Type
Description
password
string
User's unique password.
firstName
string
User's first name.
lastName
string
User's last name.
Function Response:
accessToken
string
A JWT issued by Wallaby to serve as an access token for certain endpoints/resources.