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.
