I'm trying to make a custom authorization attribute in ASP.NET Core. In previous versions, it was possible to override bool AuthorizeCore(HttpContextBase httpContext). But this no longer exists in AuthorizeAttribute.
What is the current approach to making a custom AuthorizeAttribute?