react-server
react-server copied to clipboard
Session Handling
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
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).