Wednesday 27 June 2018

sessions over multiple express applications

For school i'm working on a project that involves three React clients and an api. Now i want to use react server rendering in combination with redux. I want to retrieve the active quiz from a user and store the information in the redux store on forhand. The react clients will be using express for server rendering. But is there a way to use the session stored by the api to retrieve the active quiz? I'm using express-session on the api that stores the session in mongodb.

Submitted June 27, 2018 at 01:58PM by scarstensinke

No comments:

Post a Comment