Posts

Post not yet marked as solved
1 Replies
1.3k Views
My web-app acquires an Apple Music User Token via MusicKit JS. I need to store this token so the app can do background operations on the account.My question is simple: how sould I store the Apple Music User token in my database? can it simply be stored in plain-text since it's "coupled" with my developer token, or do I need to use special measures to encrypt it?
Posted
by zeroedge.
Last updated
.
Post not yet marked as solved
5 Replies
1k Views
I have a web-app that is recently experiencing problems with users not being able to connect their Apple Music account. It was working perfectly up until now, it may be something with how my dependencies changed but I doubt that. In any case, once I invoke requestUserToken(), the tab is opened, and after authentication they get "Problem Connecting - There may be a network issue." Upon hitting "Try Again" the same error message appears, but this time the URL bar shows something along the lines of "ERROR_FAILED_TO_VERIFY_JWT&pod=10". What can be the reason for this?
Posted
by zeroedge.
Last updated
.