lynndylanhurley / redux-auth

Complete token authentication system for react + redux that supports isomorphic rendering.
Do What The F*ck You Want To Public License
2.13k stars 258 forks source link

session storage not persisting #11

Open afhammad opened 8 years ago

afhammad commented 8 years ago

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.

Secretmapper commented 8 years ago

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

lynndylanhurley commented 8 years ago

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

Fedcomp commented 8 years ago

Apparently it's not fixed yet?

Artforge commented 8 years ago

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

lynndylanhurley commented 8 years ago

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.

dusterio commented 8 years ago

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