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

Deduplicate credentials to be shared. #81

Open
BigBlueHat opened this issue Oct 3, 2024 · 1 comment
Open

Deduplicate credentials to be shared. #81

BigBlueHat opened this issue Oct 3, 2024 · 1 comment

Comments

@BigBlueHat
Copy link

Currently, sending in multiple QueryByExample requests that both/all result in matches will return duplicate credentials. The user will then see 4 credentials on the "share" list when they in fact only have 2 credentials of that type.

The list should be deduplicated so the user never sees more credentials than they have in their wallet.

@BigBlueHat
Copy link
Author

This seems to happen when selective disclosure capable cryptosuites are used and multiple QueryByExample queries are made at once. The UI actually treats the duplicates as a single credential, though: clicking the checkbox next to one (un)checks the other also...

This may be a "feature" that just needs more UI work to make it clear what's happening: multiple queries resulting in multiple ways to selectively disclose.

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