Can I override Authorize attribute in ASP.NET and how?
So i have basic web app created with ASP.NET Core. I have two areas , one normal and one administrator. In administrator area i have DistilleryController which inherits my base Admin controller: