0.1.2-rc1 • Published 9 years ago

waterlock-twitter-auth v0.1.2-rc1

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

Waterlock Twitter Auth

Build Status NPM version Dependency Status

waterlock-twitter-auth is a module for waterlock providing a twitter authentication method for users either based on username.

Usage

npm install waterlock-twitter-auth

set the following option in your waterlock.js config file

authMethod: [
	{
		name: "waterlock-twitter-auth",
		consumerKey: "your-consumer-key",
		consumerSecret: "your-consumer-secret"
	}
]

Direct your user to /auth/login will initiate the oauth request. The callback uri is /auth/twitter_oauth if successfuly authenticated a user record will be created if a user is not found one will be created using the waterlines findOrCreate method

0.1.2-rc1

9 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago