Base64url encode public key-based sender Ids before sending them to GCM |
||
Issue descriptionWhen using `applicationServerKey` to specify a P-256 public key for creating the subscription, we should base64url the key before sending it as a sender Id to GCM. Because we'll want to pass through any other value as-is, it seems best to gate this on "len(senderId) == 65 && senderId[0] == 0x04".
,
Aug 23 2016
|
||
►
Sign in to add a comment |
||
Comment 1 by peter@chromium.org
, Mar 15 2016