icoretech / omniauth-spotify

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

Extra fields and dialog force #12

Closed mrj closed 7 years ago

mrj commented 7 years ago

This PR adds birthdate, country_code, product, and follower_count fields to the info hash.

It also adds a way to force a permission dialog for cases where you want to allow the user to switch Spotify accounts. This is done by setting either

to a truthy value on the request that performs the Omniauth redirection.

The README.md file has also been revised.

masterkain commented 7 years ago

thanks for that, I'll prepare a release soon.