Skip to content

Instantly share code, notes, and snippets.

@michelalbers
Created October 5, 2014 21:21
Show Gist options
  • Save michelalbers/03f19504708a924d9358 to your computer and use it in GitHub Desktop.
Save michelalbers/03f19504708a924d9358 to your computer and use it in GitHub Desktop.
KOA Downstream Upstream Example
app.use(function*() {
this.user = yield magicUserIncjection();
next();
this.newToken = magicNewTokenFunction();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment