Best practice handling external API accces_token in a server
I’m currently building a mobile app using the Spotify Web Api.
The thing is, I need the mobile app to only get the authorization code and then send it to the server since the server will call the Spotify web api when needed.
So the server … Continue reading Best practice handling external API accces_token in a server