zmb3 / spotify

A Go wrapper for the Spotify Web API
Apache License 2.0
1.33k stars 284 forks source link

chore: add sample server side package usage #172

Closed bretanac93 closed 2 years ago

bretanac93 commented 2 years ago

This PR is intended to showcase how this library can be used without having to spin up a web server and instead directly use the auth-code provided by Spotify to negotiate an OAuth Token. This is specially useful when the first part of the process is done in a frontend and the backend only cares about the auth code the frontend provides.

strideynet commented 2 years ago

Thanks for this. I'll take a look tonight hopefully

strideynet commented 2 years ago

Thanks for this :)

bretanac93 commented 2 years ago

Sure thing, if I find something where I can contribute I'll add my two cents :)