Frontend thinks users are logged in if they aren't on backend.
Closed this issue · 2 comments
jcdesimp commented
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.
kocsenc commented
Clearing local storage and local on failure logout
kocsenc commented
Also, this can be better handled if we don't default to rememberMe: true by default. @craigcabrey comments?