Getting 401 in Spotify Web playback sdk
I’m building a React app using Spotify Web Playback sdk. I was following this guide here, but I’m struggling to refresh the token using Authorization Code flow.
I know Spotify uses refresh_token to get a fresh token (expiration is 1h), but I’m not getting how it works in practice.