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
Currently whenever a user begins a new session or refreshes the page, the app temporarily will render an initialization state while it checks to see if the user is fully auth'd.
As a user, I want the app to immediately know whether I'm logged in so I never have to experience the initialization state.
Currently whenever a user begins a new session or refreshes the page, the app temporarily will render an initialization state while it checks to see if the user is fully auth'd.
As a user, I want the app to immediately know whether I'm logged in so I never have to experience the initialization state.
AC:
Proposed solution from @nounspaceryan: add auth state to user session
The text was updated successfully, but these errors were encountered: