You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 6, 2023. It is now read-only.
Starting with a review of the HTTP/2 based provider API, you will learn about an important new feature: Token Based Authentication. Learn to connect to APNs using authentication tokens for sending pushes via the HTTP/2 API, relieving you of the overhead associated with maintaining valid certificates.
TODO:
Refresh my knowledge of JWT
Write example that uses a Go JWT library
Get a signing Key from Apple to test this out
Review the APIs and dependencies
Documentation of Certificate and Token authentication options
What's New in the Apple Push Notification Service
https://developer.apple.com/videos/play/wwdc2016/724/
TODO: