Accounts & Users
Everything to do with the account behind the app: creating it, signing in, keeping the session alive, and registering the device for push notifications. All calls are on InstaVision.userServices; results arrive through onSuccess / onError callbacks, and the session state is observable as isLoggedIn() and fetchToken() flows.
In this section
| Page | Covers |
|---|---|
| Account Creation and Deletion | Signing up with email; deleting an account |
| Authentication and Authorization | Email, token and Google sign-in; refresh-token listener; session checks; logout |
| Account Verification | Verification email and one-time tokens |
| Password Management | Reset emails and changing a password |
| Profile Management | Reading and updating the user record; desktop access |
| Notifications | Registering the push token |