Skip to content

Instantly share code, notes, and snippets.

@cardoso
Created May 1, 2020 17:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cardoso/580f126a09d8979b8bbcefdfe249616b to your computer and use it in GitHub Desktop.
Save cardoso/580f126a09d8979b8bbcefdfe249616b to your computer and use it in GitHub Desktop.
const appleAuth = new AppleAuth({
client_id: "[client_id]", // eg: my.unique.bundle.id.iMessageClone
team_id: "[team_id]", // eg: FWD9Q5VYJ2
key_id: "[key_id]", // eg: 8L3ZMA7M3V
scope: "name email"
}, './config/AuthKey.p8');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment