Need better session management in the frontend. If the page navigates before the profile is loaded, the navigation bar does not show certain menu items requiring a logged-in session. There needs to be a better way.
I suggest angular-local-storage. It allows us to bind scope variables to localStorage, so the code changes will be minimal. I have used this lib before, and it worked well.
Need better session management in the frontend. If the page navigates before the profile is loaded, the navigation bar does not show certain menu items requiring a logged-in session. There needs to be a better way.