redux-auth icon indicating copy to clipboard operation
redux-auth copied to clipboard

session storage not persisting

Open afhammad opened this issue 8 years ago • 6 comments

I'm not using server side rendering at the moment, also the server that serves my client is separate from the api server which handles the auth. Does that have any affect on the session storage persisting after refreshing the page? shouldn't the user still be signed in? at the moment it resets the local storage.

afhammad avatar Dec 22 '15 00:12 afhammad

Indeed the session doesn't persist. I think persistence will come with the non-universal-support #7

Secretmapper avatar Dec 22 '15 13:12 Secretmapper

@Secretmapper - that's exactly right. I'm hard at work on this now.

lynndylanhurley avatar Dec 22 '15 15:12 lynndylanhurley

Apparently it's not fixed yet?

Fedcomp avatar Feb 09 '16 11:02 Fedcomp

Any ETA on this ticket? (or recommended work-arounds)

Artforge avatar Apr 06 '16 17:04 Artforge

I'm busy with other work at the moment, but I'll get to this as soon as possible. In the meantime, feel free to submit a PR.

lynndylanhurley avatar Apr 06 '16 17:04 lynndylanhurley

Seems to be still broken. Maybe it should be removed from the documentation then, or marked as TBC?

dusterio avatar Sep 29 '16 07:09 dusterio