GET https://api.spotify.com/v1/me/following
GET https://api.spotify.com/v1/artists/{id}/albums
Minimal OAuth flow, storing access token (no refresh yet)
Install VCR
Test the authenticate method
Set up Postgres
Store credentials in a database
Store credentials in session
Support refreshes when access token expires
Set up staging server
Set up CI