zachwinter / kaleidosync

A WebGL Spotify visualizer made with Vue, D3, and Three.js.
https://www.kaleidosync.com
812 stars 61 forks source link

Fix Spotify token refresh #64

Closed r-Larch closed 2 years ago

r-Larch commented 2 years ago

The /api/authentication/refresh API call did not work because a wrong URL got constructed in the get helper function.

This pull request fixes the refresh mechanism and addresses some other more or less serious issues.

Code changes in this pull request are tested locally.

Hope this pull request helps and please reach out to me, if I should change something to be consistent with your code style.