3.0.0 • Published 8 years ago

nxus-oauth v3.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

nxus-oauth

Build Status

A module for integrating oauth sessions/accounts into your Nxus app. By default, the twitter strategy is included.

Installation

> npm install nxus-oauth --save

Usage

Registering a Passport Strategy

app.get('oauth').strategy('strategyName', myPassportStrategy.client, {someOpts});

API