You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Firefox, even though the storage seems to survive page reloads (as intended and documented by Mozilla), it always does the auth redirect for me when reloading the page. Not sure if it's a bug in Firefox or Ember Simple Auth, or Stashboard.
Can someone confirm this?
The text was updated successfully, but these errors were encountered:
I think it's a bug in the app itself. When setting SessionStorage as the default session store this doesn't happen.
It's because the app is using localStorage as the default session store and only SessionStorage when the state param on the redirect says so. But when localStorage is empty on app start, it redirects already before checking the SessionStorage for an existing token.
In Firefox, even though the storage seems to survive page reloads (as intended and documented by Mozilla), it always does the auth redirect for me when reloading the page. Not sure if it's a bug in Firefox or Ember Simple Auth, or Stashboard.
Can someone confirm this?
The text was updated successfully, but these errors were encountered: