Appearance
User Store
State
state | description |
---|---|
user | an object representing the current authenticated user |
Getters
getter | description |
---|---|
getUser | returns user state |
Actions
action | description |
---|---|
login | authenticates a user and sets the user state |
logout | logs the user out and clears the user state, broswer session state |
fetchUser | retrieves user data from the backend and sets the user state |
updateUser | updates the user on the backend and sets the user state |
resetPassword | initiates a reset password sequence on the backend |
changePassword | initiates a change password sequence on the backend |
forgotPassword | initiates a forgot password sequence on the backend |