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

Auth should be an EventTarget and emit events #341

Open
sgwilym opened this issue May 30, 2024 · 0 comments
Open

Auth should be an EventTarget and emit events #341

sgwilym opened this issue May 30, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers willow Issues with the willow branch.
Milestone

Comments

@sgwilym
Copy link
Contributor

sgwilym commented May 30, 2024

What's the problem you want solved?

There is no way to observe whether an Auth has added new keypairs or capabilities without being directly responsible for adding those keypairs or capabilities.

Is there a solution you'd like to recommend?

Auth should extend EventTarget and emit events for:

  • Identity keypairs being added
  • Share keypairs being added
  • Capabilities being added
@sgwilym sgwilym added enhancement New feature or request willow Issues with the willow branch. labels May 30, 2024
@sgwilym sgwilym added this to the Willow milestone May 30, 2024
@sgwilym sgwilym added the good first issue Good for newcomers label May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers willow Issues with the willow branch.
Projects
Development

No branches or pull requests

1 participant