Skip to content

Authentication (Auth0)

Allen Cheng edited this page May 5, 2025 · 1 revision

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

Clone this wiki locally