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

Implement enable method #7

Closed
kieranroneill opened this issue Apr 6, 2024 · 0 comments · Fixed by #8
Closed

Implement enable method #7

kieranroneill opened this issue Apr 6, 2024 · 0 comments · Fixed by #8
Assignees
Labels
✨ feature New feature or request

Comments

@kieranroneill
Copy link
Contributor

Summary

The enable method requests that clients get access to the provider's user-curated list of authorized accounts.

Acceptance criteria

Scenario 1: Client gets user-curated list of a Provider's authorized accounts
GIVEN a Client has initialized the SDK
AND a Provider as initialized the SDK
WHEN the Client calls enable
THEN the Provider responds with a user-curated list of authorized accounts

Notes

  • Include documentation for "Enabling A Client" in the "Clients" section
  • Include documentation for "Responding To An Enable Request" in the "Providers" section
@kieranroneill kieranroneill self-assigned this Apr 6, 2024
@kieranroneill kieranroneill added the ✨ feature New feature or request label Apr 6, 2024
@kieranroneill kieranroneill linked a pull request Apr 6, 2024 that will close this issue
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature New feature or request
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

1 participant