Skip to content

albenik-go/apple-sign-in

Repository files navigation

Sign in with Apple Golang client library

Early version may be unstable

Install

go get -u github.com/albenik-go/apple-sign-in

Test server

Very usefull with ngrok

Run:

go run github.com/albenik-go/apple-sign-in/cmd/test-server -aud <audience> -team <team_id> -client <client_id> -key <key_id> -keyfile <pem_file_path> -redirect https://<ngrok_subdomain>.ngrok.io/callback

Then open http://localhost:8080 and follow instructions

Resources