You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a clean way to get ClaimPrincipal or IIdentity from DI? So it can be used in service layers.
This was ugly, but possible with the "good old" HttpContext.Current.User 😄
Is there a clean way to get
ClaimPrincipalorIIdentityfrom DI? So it can be used in service layers.This was ugly, but possible with the "good old"
HttpContext.Current.User😄