After the new update to the Spotify iOS SDK and Web API I have been working with the new libraries (they're great!)
However I am wondering how does one authenticate a user once, say on iOS, and then share this authentication token to the other services to keep a single user session.
Specifically since libSpotify uses a password as opposed to an access token, how would one fix this issue?