Created
October 22, 2012 23:44
-
-
Save groundwater/3935578 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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