Skip to content

Instantly share code, notes, and snippets.

@orlando
Created April 3, 2013 22:56
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 orlando/5306218 to your computer and use it in GitHub Desktop.
Save orlando/5306218 to your computer and use it in GitHub Desktop.
auth = function(params) {
}
module.exports = auth
.
.
.
require('./app/auth/auth')({app: app, passport: passport, models:{user: model_user}})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment