You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to be able to request a new session/token from Spotify without switching to the Spotify app.
This might be related to: #42 (comment)
Here are what I'm confused about:
Is there a way to prevent having to always open the Spotify App? Is that what the refresh-token is for?
If refresh-token / renew session is the way, it seems we have to implement/call the refresh token mechanism ourselves atm - it is not part of the example.
How long a life does the refresh-token have before it expires as well?