forwardemail / forwardemail/superagent
Question: want to persist the same session in both client and server.
Open
- Dominant language
- JavaScript
- Stars
- 16.6k
- Forks
- 1.3k
- PR merge metrics
- No merged PRs in 30d
Description
I'm working on an isomorphic rendering using react and redux,
and using superagent to call REST APIs.
It works fine with client side,
but it works but the response is not that I wanted
because it loses some context when it's called in server side (req.user).
How can I persist the same session in both client and server?
Contributor guide
Assessment
This issue has not been assessed yet.