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

Make GetUserClaims and GetManagementClaims Async #183

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

stefannikolei
Copy link
Contributor

This Addresses #181.

Changing to Async makes the implementation easier (IMHO).

@brockallen
Copy link
Member

brockallen commented Sep 7, 2023

Are you currently customizing the user service? I'm asking because we envisioned this API to simply access the claims from the current authentication session, and there are many other ways to enhance the claims in the user's session (ticket store, claims transformation, more middleware, etc).

@brockallen brockallen added this to the 3.0.0 milestone Nov 30, 2023
@brockallen
Copy link
Member

We're going to reevaluate this request for our next major version, since this would be a breaking change.

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

Successfully merging this pull request may close these issues.

None yet

3 participants