BrandonErik-FS / wdv339_spotify-search

0 stars 0 forks source link

Add A Spotify Access Token Refresh Middleware #11

Closed BrandonErik-FS closed 1 year ago

BrandonErik-FS commented 1 year ago

Create a middleware that will automatically refresh Spotify Access Tokens if they have expired using a Refresh Token.

BrandonErik-FS commented 1 year ago

I've created a middleware that will automatically refresh Spotify Access Tokens after expiration by comparing the time the token was last updated in the database with the current time in milliseconds.