Skip to content

Instantly share code, notes, and snippets.

@DavidOndrus
Last active May 21, 2018 08:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DavidOndrus/19e9d76702a0f278820f78c05a02217e to your computer and use it in GitHub Desktop.
Save DavidOndrus/19e9d76702a0f278820f78c05a02217e to your computer and use it in GitHub Desktop.
response 200
if (req.waterwheel) {
req.session.tokenInformation = _.cloneDeep(req.waterwheel.oauth.tokenInformation);
req.session.tokenExpireTime = req.waterwheel.oauth.tokenExpireTime;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment