Closed m-shum closed 2 months ago
Issue description Adding 'streaming' scope doesn't return a token scoped for streaming as per the example in the Spotify docs here: https://developer.spotify.com/documentation/web-api/howtos/web-app-profile
const scope = 'openid streaming user-read-email user-modify-playback-state user-read-private'
Following the docs above appears to return a token only with public scope regardless of what scope is set in the redirect to auth code flow.
Issue description Adding 'streaming' scope doesn't return a token scoped for streaming as per the example in the Spotify docs here: https://developer.spotify.com/documentation/web-api/howtos/web-app-profile
Following the docs above appears to return a token only with public scope regardless of what scope is set in the redirect to auth code flow.