Javascript – Sending developer token to backend, how can I hide sensitive data?
I'm working with Apple Music MusicKit js API. MusicKit is a front end js library that requires using the developer token in the front end to configure the MusicKit instance and get a user token. I am attempting to create…