/omniauth-discogs

OmniAuth strategy for Discogs

Primary LanguageRubyMIT LicenseMIT

OmniAuth::Discogs

OmniAuth strategy for Discogs (http://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