spotify
spotify copied to clipboard
Token Swap Support?
https://developer.spotify.com/documentation/ios/guides/token-swap-and-refresh/
What is the question or feature request? That looks like a feature of the iOS SDK to me.
feature request if the functionality doesn't already exist. Looks like the flow is:
- client starts an auth request that takes a server side endpoint as a redirectUri
- server receives the token.
- server handles token, and forwards token to client redirect uri.
Here's the ruby token swap handler they wrote https://github.com/spotify/ios-sdk/blob/25971e23565ddad7b9049ac182d3edbc17bb336f/DemoProjects/spotify_token_swap.rb
more info here: https://github.com/spotify/ios-sdk/blob/99f3adc5254ffad2225bcdc9cb4744199c2ae666/docs/auth.md