Another yet article about JWT-based authentication for Apple APIs

Kirill Suslov
7 min readJun 6, 2020

If you came across this article, you most likely found several more before discovered mine and possibly even tried to implement Apple’s JWT-based auth as per their official docs.

I decided to write another one because I was one of the many other developers (1, 2 etc.) who spent hours struggling with 401 http response.

A short preface. I was playing around with Music API and I wanted to try out Apple music API. In order to do that I needed to authenticate all my requests with a developer token…

--

--