Authentication (Auth0) - UBCC3/UI GitHub Wiki

Content

  1. Synchronization Between Auth0 Database and Ours

Synchronization Between Auth0 Database and Ours

  • To manage user state upon successful authentication, we use an effect called handleUserAuthenticated located in UI/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