Re: [w3c/push-api] Pass removed subscriptions as a property of the `pushsubscriptionchange` event (#193)

@mohamedhafez, we try really hard not to create super-cookies, which what you describe might cause.

The problem is that you should not be using the push URI as a primary key.  For the same reason that you wouldn't use an email address as a primary key (unless you like pain when it comes time to allow users to change their email address).  Instead, make another primary key for the user and store the push URI against that primary key.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/push-api/issues/193#issuecomment-225438076

Received on Sunday, 12 June 2016 14:30:23 UTC