Skip to content

Instantly share code, notes, and snippets.

@groundwater
Created October 22, 2012 23:44
Show Gist options
  • Save groundwater/3935578 to your computer and use it in GitHub Desktop.
Save groundwater/3935578 to your computer and use it in GitHub Desktop.
everyauth.everymodule.submodule('c9')
.get('callbackPath',
'the url that c9 returns')
.step('findOrCreateUser')
.accepts('req res next')
.promises(null)
.callbackPath('/auth/c9')
.findOrCreateUser(function(req, res, next){
console.log("c9 Auth");
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment