0.2.12 • Published 7 years ago

ndx-passport-twitter v0.2.12

Weekly downloads
23
License
MIT
Repository
github
Last release
7 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

7 years ago

0.2.11

8 years ago

0.2.10

8 years ago

0.2.9

8 years ago

0.2.8

8 years ago

0.2.7

8 years ago

0.2.6

8 years ago

0.2.5

8 years ago

0.2.4

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago