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

Non-primary device can create signatures #1103

Open
TripleSpeeder opened this issue Nov 11, 2022 · 1 comment
Open

Non-primary device can create signatures #1103

TripleSpeeder opened this issue Nov 11, 2022 · 1 comment
Assignees
Labels

Comments

@TripleSpeeder
Copy link
Collaborator

A secondary device should always get the blind signatures from the primary device.
But when linking an app on a secondary device, there is a call to updateBlindSig which will create/update a blind signature:

await store.dispatch(updateBlindSig(appInfo));

@TripleSpeeder
Copy link
Collaborator Author

@abramsymons Is this a bug or am I missing something?

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

No branches or pull requests

2 participants