/passport-strava

Passport auth module for Strava API

Primary LanguageJavaScriptMIT LicenseMIT

Passport-Strava

Passport strategy for authenticating with Strava using OAuth2.

I used Passport-github as the base for this repo. Really I just changed a few things, the real work was already done.

This module lets you authenticate using Strava in your Node.js applications. By plugging into Passport, Strava authentication can be easily and unobtrusively integrated into any application or framework that supports Connect-style middleware, including Express.

Install

$ npm install passport-strava