mirror of https://github.com/embarklabs/embark.git
2088624d83
We don't presently have a way to cleanly distinguish between auth attempts with query string vs. credentials from localStorage, particularly with respect to one kind failing vs. the other. This can create confusing behavior when e.g. copy/pasting an old/wrong URL+token, but then it works when refreshing the window/tab with URL minus the token. So, this commit simplifies the situation somewhat by triggering a logout if there's an auth failure. That will affect all open tabs/windows of the same browser but not other browsers, e.g. if one has embark-ui open in Chrome and Firefox. |
||
---|---|---|
.. | ||
index.js | ||
searchSaga.js |