0.2.0 • Published 6 years ago

passport-discogs v0.2.0

Weekly downloads
6
License
-
Repository
github
Last release
6 years ago

Passport-Discogs

Passport strategy for authenticating with Discogs using the OAuth 1.0a API.

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

Install

$ npm install passport-discogs

Usage