No commit activity in last 3 years
No release in over 3 years
OmniAuth Strategy for Spotify via OAuth2
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

OmniAuth Spotify OAuth2

Gem Version

Strategy to authenticate Spotify in OmniAuth.

Installation

OmniAuth Spotify OAuth2 is distributed as a gem, which is how it should be used in your app.

Include the gem in your Gemfile:

gem 'omniauth-spotify-oauth2', '~> 1.0'

Integrate this strategy to your OmniAuth middleware.

Rails.application.config.middleware.use OmniAuth::Builder do
	provider :spotify, ENV['SPOTIFY_CLIENT_ID'], ENV['SPOTIFY_CLIENT_SECRET'], scope: 'playlist-modify-public'
end

Author

License

OmniAuth Spotify OAuth2 is released under the MIT license. See the LICENSE file for more info.