Music Kit for web app

Hello there,

I am faced with the following situation:

We are building a web app that manages playlists for different platforms, including Apple music

We have the concept of teams in there, where a user can be part of multiple teams, and teams are managed by team admin A team admin could manage multiple teams

The problem here is, that a team admin wouldn't be able to sign in to the Apple music account for multiple teams because if using the same computer we try to let the user sign in once and store the Music User Token, we can't do another login unless we unauthorized the previous one.

Is there anything we can do about this? Thanks

Answered by Engineer in 790872022

I believe Meet Apple Music API and MusicKit answers your question. In particular, you shouldn't store a Music User Token, as it is specific to the device on which the user authenticated.

I believe Meet Apple Music API and MusicKit answers your question. In particular, you shouldn't store a Music User Token, as it is specific to the device on which the user authenticated.

Music Kit for web app
 
 
Q