You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.