Apple Music Feed JWT token generation.
Uses the same JWT authentication as Apple Music API. The JWT is used directly as the Bearer token in API requests.
Summary
Functions
Generate the Apple Music Feed access token.
Like access_token/1 but also returns the unix-epoch expiry time, for cache use.
Build and sign the Apple Music Feed JWT (ES256).
Types
@type jwt() :: String.t()
Functions
Generate the Apple Music Feed access token.
Like access_token/1 but also returns the unix-epoch expiry time, for cache use.
Build and sign the Apple Music Feed JWT (ES256).