react-server icon indicating copy to clipboard operation
react-server copied to clipboard

Session Handling

Open stanonyime opened this issue 9 years ago • 1 comments

How does one go about setting sessions and checking if session value exists? It will be nice to be able to leverage on express-session middleware to persist tokens across requests

stanonyime avatar Sep 22 '16 09:09 stanonyime

I see www.redfin.com has a Sign In button at the top. I'm curious as to how the user auth/session is implemented in cases like this (e.g., handling auth/session on client and render on the server).

mpyan avatar Mar 28 '17 13:03 mpyan