DuendeSoftware / BFF

Framework for ASP.NET Core to secure SPAs using the Backend-for-Frontend (BFF) pattern
Other
333 stars 75 forks source link

Make GetUserClaims and GetManagementClaims Async #183

Open stefannikolei opened 1 year ago

stefannikolei commented 1 year ago

This Addresses #181.

Changing to Async makes the implementation easier (IMHO).

brockallen commented 1 year ago

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 commented 9 months ago

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