rclim95 / PlayingWHAT

A Python app that allows you to connect your Spotify account and show what you're playing on the Inky wHAT screen
MIT License
1 stars 0 forks source link

Refresh the user's access token if it's expired #3

Closed rclim95 closed 4 years ago

rclim95 commented 4 years ago

When running the Spotify Poller, if the service notices that the user's access token has expired, the service should automatically refresh the access token, and use the updated access token provided by Spotify (instead of the old access token).

This should prevent the following issue from occurring: Expired Token

rclim95 commented 4 years ago

This has been accomplished in commit 1196f1b0360961f0be68da66d8d127424c75fef3. 🙂