Skip to content

Comparison to first-party cookies #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
bakkot opened this issue Apr 11, 2025 · 1 comment
Open

Comparison to first-party cookies #5

bakkot opened this issue Apr 11, 2025 · 1 comment

Comments

@bakkot
Copy link

bakkot commented Apr 11, 2025

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?

@SamuelSchlesinger
Copy link
Collaborator

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?

Yes, this is exactly right.

Or can multiple sites share the same pool of tokens in some other way?

No, we currently only have a single-party model. We discussed in the meeting today that a single-issuer, multi-verifier model is possible, but there are technical aspects that make this as the first approach a bit simpler to deploy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants