Access HttpContext from everywhere
Being such a common way to access the current user
Claims, I thought Accessing HttpContext.User would be
really straightforward in ASP.NET Core. But it's not.
[Read More]