User Store
The UserStore is a reactive store that manages user authentication, profile, and account operations. It provides a simplified interface for user management while automatically synchronizing with other CDF stores.
Overview
The UserStore provides:
- User authentication (login, logout, OTP)
- User profile management
- Account deletion
- Automatic synchronization with other stores
- Reactive state management
Accessing the Store
Access the UserStore through the CDF instance:
const userStore = espCDF.userStore;