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 Nov 12, 2025. It is now read-only.
Sorry I wasn't able to attend the talk this morning. This seems like a useful API, but I want to check my understanding here: the readme talks about how historically sites could use third-party cookies to establish visitor age, which is becoming less viable. Great. But the examples presented (of the form "has this user made a purchase on this site before") could be done just as well with a first party cookie, which don't have the same issues as third-party cookies, and the readme doesn't talk about first-party cookies at all.
So what's the improvement in this API vs setting a server-signed first-party cookie holding a timestamp?
Is the idea that multiple different sites would embed a third-party iframe from a single provider and the iframes would all have unpartitioned access to these tokens, so that age from one site could be anonymously carried to another? Or can multiple sites share the same pool of tokens in some other way?