icoretech / omniauth-spotify

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

auth hash improvements #3

Closed riffraff closed 10 years ago

riffraff commented 10 years ago

provides a few extra fields according to the the Auth Hash Schema (nickname, urls, image) and handle case of missing user-read-private by returning name filled up with the "id" field.

No tests added since there are is no test suite ATM.

masterkain commented 10 years ago

thanks!