uniqush-push
uniqush-push copied to clipboard
Support web GCM encrypted payloads
Per https://developers.google.com/web/updates/2016/03/web-push-encryption?hl=en
Google wrote a golang library for this: https://github.com/GoogleChrome/push-encryption-go/tree/master/webpush
https://blog.mozilla.org/services/2016/08/23/sending-vapid-identified-webpush-notifications-via-mozillas-push-service/ documents the same protocol (older chrome versions had a dependency on GCM, and have out of date documentation)