OmniAuth strategy for Discogs (https://www.discogs.com/)
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