Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 534 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 534 Bytes

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