Skip to content

Instantly share code, notes, and snippets.

@whtswrng
Created November 7, 2018 14:50
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 whtswrng/d97fe579d9364dd04b92629c0b23ad2f to your computer and use it in GitHub Desktop.
Save whtswrng/d97fe579d9364dd04b92629c0b23ad2f to your computer and use it in GitHub Desktop.
if (response.status === 200) {
return res.send(200, {headers: {'set-cookie': loginResponse.headers['set-cookie']}});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment