https://github.com/rawnly/music-auth-server
https://github.com/rawnly/music-auth-server
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rawnly/music-auth-server
- Owner: rawnly
- Created: 2023-11-10T10:43:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-14T10:45:23.000Z (over 2 years ago)
- Last Synced: 2024-12-28T09:43:25.166Z (over 1 year ago)
- Language: CSS
- Homepage: https://leemartin.dev/creating-an-apple-music-api-token-e0e5067e4281
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Raycast Apple Music Auth
## How do I generate PKCS8 / KID etc?
Here's an in depth [guide](https://leemartin.dev/creating-an-apple-music-api-token-e0e5067e4281)
## Environment Variables
Here is the updated markdown table with checkboxes indicating required variables:
| Variable | Required |
| ------------------------- | -------- |
| `NODE_ENV` | ❌ |
| `PRODUCTION_DOMAIN` | ✅ |
| `HOST` | ❌ |
| `PORT` | ❌ |
| `PRIVATE_KEY` | ✅ |
| `KID` | ✅ |
| `APPLE_DEVELOPER_TEAM_ID` | ✅ |
| `EXTENSION_DEEPLINK` | ✅ |