Skip to content

User Store

State

statedescription
useran object representing the current authenticated user

Getters

getterdescription
getUserreturns user state

Actions

actiondescription
loginauthenticates a user and sets the user state
logoutlogs the user out and clears the user state, broswer session state
fetchUserretrieves user data from the backend and sets the user state
updateUserupdates the user on the backend and sets the user state
resetPasswordinitiates a reset password sequence on the backend
changePasswordinitiates a change password sequence on the backend
forgotPasswordinitiates a forgot password sequence on the backend