Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 823 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 823 Bytes

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