Skip to content

rhizome/omniauth-discogs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OmniAuth::Discogs

OmniAuth strategy for Discogs (https://www.discogs.com/)

Installation

Discogs uses OAuth 1.0a, so ensure these lines are in your application's Gemfile:

gem 'omniauth-oauth'
gem 'omniauth-discogs'

And then execute:

$ bundle install

Or install it yourself via:

$ gem install omniauth-discogs