Skip to content

Fix multiple token refresh for client credentials flow

Compare
Choose a tag to compare
@adamint adamint released this 27 Apr 19:33
· 2 commits to main since this release

Spotify does not return a new refresh token after refreshing an old token, contrary to both their documentation and to good security practice. We now will update the new token with the old token's refresh token after token refresh.