craigcabrey/ratemycoop

Frontend thinks users are logged in if they aren't on backend.

Closed this issue · 2 comments

Local storage will not update accordingly if sessions are cleared on backend. UI will still think user is logged in and user methods, including logout, will not work.

Clearing local storage and local on failure logout

Also, this can be better handled if we don't default to rememberMe: true by default. @craigcabrey comments?