Skip to content

Instantly share code, notes, and snippets.

@robashton
Created June 24, 2012 13:04
Show Gist options
  • Select an option

  • Save robashton/2983193 to your computer and use it in GitHub Desktop.

Select an option

Save robashton/2983193 to your computer and use it in GitHub Desktop.
passport.use(new GitHubStrategy({
clientID: '<deleted>'
, clientSecret: '<deleted>'
, callbackURL: "http://localhost:8080/auth/github/callback"
, scope: [ 'public_repo' ]
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment