zmb3 / spotify

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

Create Access token in client side and use in Server side #210

Open J-Nokwal opened 1 year ago

J-Nokwal commented 1 year ago

Hii, This is not an issue, this is a question.

I want to control Spotify API for multiple users from the server side. I think that can be done by creating an access token from the client side and sending it to the server, But i dont know how to do that. The client side is also in GO. Please help. I am new to OAuth2.