Song finder

Shufflizer now has a song finder. This isn’t a traditional type-some-text-and-search. Instead it lists songs by artist.

Open the song finder by clicking its toggle button, or by clicking on an artist name.

Spotify PKCE Authorization

Spotify stopped supporting an older way of connecting that I built into Shufflizer back when I first created it in 2018. So now Shufflizer uses Spotify’s modern technique, called PKCE authorization.

As before, I didn’t code this authorization in Angular. I found it easier to build the authorization using conventional web page html and javascript. Once the user makes it though, signing into Spotify’s authentication, then my Angular app loads.