Authentication (Auth0) - UBCC3/UI GitHub Wiki
Content
Synchronization Between Auth0 Database and Ours
- To manage user state upon successful authentication, we use an effect called
handleUserAuthenticated
located inUI/src/app/store/effects/user.effects.ts
. - This effect ensures that user data is current and properly synchronized with our backend services.
The flow chart of authentication logic
The sequence diagram of login