0.2.12 • Published 6 years ago

ndx-passport-twitter v0.2.12

Weekly downloads
23
License
MIT
Repository
github
Last release
6 years ago

ndx-passport-twitter

twitter login for ndx-framework apps

install with
npm install --save ndx-passport-twitter

example

src/server/app.coffee

require 'ndx-server'
.config
  database: 'db'
.use ndx-passport
.use ndx-passport-twitter
.start()

src/client/../login.jade

a(href='/api/twitter', target='_self') Twitter

environment/config variables

environmentconfigdescription
TWITTER_KEYtwitterKeyyour twitter key
TWITTER_SECRETtwitterSecretyour twitter secret
TWITTER_CALLBACKtwitterCallbackset this to http(s)://yourservername.com/api/twitter/callback
TWITTER_SCOPEtwitterScopea list of scopes you want access to
0.2.12

6 years ago

0.2.11

7 years ago

0.2.10

7 years ago

0.2.9

7 years ago

0.2.8

7 years ago

0.2.7

7 years ago

0.2.6

7 years ago

0.2.5

7 years ago

0.2.4

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago