ndx-passport-github
v0.2.14
Published
github plugin for ndx-passport
Downloads
15
Readme
ndx-passport-github
github login for ndx-framework apps
install withnpm install --save ndx-passport-github
example
src/server/app.coffee
require 'ndx-server'
.config
database: 'db'
.use ndx-passport
.use ndx-passport-github
.start()
src/client/../login.jade
a(href='/api/github', target='_self') Github
environment/config variables
|environment|config|description|
|-----------|------|-----------|
|GITHUB_KEY|githubKey|your github key|
|GITHUB_SECRET|githubSecret|your github secret|
|GITHUB_CALLBACK|githubCallback|set this to http(s)://yourservername.com/api/github/callback
|
|GITHUB_SCOPE|githubScope|a list of scopes you want access to|