icoretech / omniauth-spotify

OmniAuth strategy for Spotify Web API
MIT License
65 stars 25 forks source link

Implementation #1

Closed krasnoukhov closed 10 years ago

krasnoukhov commented 10 years ago

Ok, you've got omniauth-spotify registered on rubygems.org. But v0.0.1 doesn't seem to contain any implementation of Spotify OAuth 2. Is there any plans on actual implementation?

krasnoukhov commented 10 years ago

Damn, I just missed the code. Pardon!

masterkain commented 10 years ago

hello there, this is just a small gem for authentication through the OmniAuth library, it's not a full blown OAuth2 client.

If you are using omniauth in your application, this gem lets you get and store OAuth2 credentials in order to perform authenticated requests afterwards.

For that, you can just use the oauth2 gem.

Does that helps? :) Thanks.

krasnoukhov commented 10 years ago

Yeah, I was just confused by the fact that usually code is placed in lib/omniauth/strategies/%provider%.rb, and you use different schema. Sorry for bothering!