maxdobeck / scheduler-frontend

Frontend for Vue js web app.
0 stars 0 forks source link

Stop localstorage #42

Closed maxdobeck closed 6 years ago

maxdobeck commented 6 years ago

This will remove the vuex persisted state plugin and address issue #40.

Pleasantly this also addresses #41 and the user will now be automatically be routed to the proper page while fetching all relevant data.

Again pleasantly this pull also addresses #27 as the session is dependent on the cookie. If the cookie isn't valid or if the session is stale the user won't be able to access the application.