Skip to content
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

Allow scoping of token query and redemption to specific redeemers #298

Open
donivatamazondotcom opened this issue Apr 23, 2024 · 0 comments

Comments

@donivatamazondotcom
Copy link

Presently any 3P website can query Chrome for tokens issued by a specific Issuer. This results in a couple of challenges:

  1. An Issuer seeking to redeem its own tokens needs to compete with 3P websites to query for tokens before Chrome's per-site Issuer limit kicks in.
  2. There is no way for an Issuer to prevent data leakage to arbitrary 3P websites about the fact that it issued tokens to a user.

There could be an extension that allows enumeration of permitted redeemers, with the default being any. Similar to first-party cookies, the browser could restrict token query and access to specified redeemers. Additionally, this could be a Related Website Set, which should provide more flexibility and simplicity in specifying redeemers.

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

1 participant