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

Refactor to support multiple users choosing different signOptions at any moment #14

Open
gitcommitshow opened this issue May 15, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@gitcommitshow
Copy link
Owner

Currently, the project stores only single global choice of signOptions for all the users. This will definitely create unexpected results when multiple users have different choices for signOptions(e.g. signing algorithm).
To fix this, maintain a user vs signOptions list. So each user's preferences are separated.

@gitcommitshow gitcommitshow added the bug Something isn't working label May 15, 2022
@gitcommitshow gitcommitshow self-assigned this May 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant