ne0fite / GigKeeper

GNU General Public License v3.0
1 stars 0 forks source link

Improve Frontend Session Management #8

Closed ne0fite closed 7 years ago

ne0fite commented 7 years ago

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.

zero-degrees commented 7 years ago

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.