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

Async GetUserClaims, GetManagementClaims #181

Open
josephdecock opened this issue Aug 17, 2023 · 1 comment
Open

Async GetUserClaims, GetManagementClaims #181

josephdecock opened this issue Aug 17, 2023 · 1 comment
Assignees
Milestone

Comments

@josephdecock
Copy link
Member

Some users have asked to be able to do async things in GetUserClaims/GetManagementClaims.

To allow that, we could either

  1. add new methods named the same but with Async as a suffix, or
  2. change the signature of the existing methods.

2 involves a breaking change, but 1 keeps the api simpler.

@josephdecock josephdecock added this to the Future milestone Aug 17, 2023
@josephdecock
Copy link
Member Author

See DuendeSoftware/Support#828

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

No branches or pull requests

2 participants