yoo2001818 / react-against-humanity

Multiplayer game of Cards Against Humanity using React
MIT License
4 stars 1 forks source link

Implement session #3

Closed yoo2001818 closed 8 years ago

yoo2001818 commented 8 years ago

Session data must be retained across different webpage, etc. So we need to implement session, and apply it to the websocket.

yoo2001818 commented 8 years ago

To implement this, credentials information should be saved in different location, such as session (duh), etc.