uniqush-push icon indicating copy to clipboard operation
uniqush-push copied to clipboard

Support web GCM encrypted payloads

Open mishan opened this issue 8 years ago • 1 comments

Per https://developers.google.com/web/updates/2016/03/web-push-encryption?hl=en

mishan avatar Apr 28 '16 18:04 mishan

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)

TysonAndre avatar May 22 '16 20:05 TysonAndre