Chris Zhang

Results 12 comments of Chris Zhang

Not sure if this is a good way to do it but if anyone has better idea please comment!

Yeah, I agree. Currently, the cookie expires when the session is done, maybe we can set an expiration time for the cookie and automatically login when current oauth token in...

@ohadschn Yes, I think it should work to use the token to check for 401 by the /me endpoint and if we do get a 401, we can remove the...

@rwieruch Any suggestions? I think this is a great improvement.

Yeah, I'm on it.

I have a question about our session state. Currently, our session state holds an oauth_token and a dialog_session. I am not sure if it is necessary to store these two...

Hi @ohadschn, could you please provide the case where you can not load more content? I can't reproduce it.

OK, after switching my node version to 6.9.5 by [nvm](https://github.com/creationix/nvm#installation), everything seems to be fine now.

@rwieruch After some research I have found out it was the version of sass-node that caused the incompatibility with node 7 when trying to run npm start, my solution would...

I ran into this problem again with node 8.0 installed on my machine, and to make sure new user with node 8 does not get confused by this issue, I...