Ivan Voitovych
Ivan Voitovych
@diandsonc Just use code below: ``` if(!isAuthorized){ var httpContext = context.GetHttpContext(); httpContext.Response.Redirect("/account/login"); } return true; //always return true ```
there is a solution for .net core application, you just need to catch hangfire request and inject whatever you want, for example: ``` //in Startup app.UseMiddleware(); //CustomHangfireFilter.cs public class CustomHangfireFilter...
@lexman1958 Please ignore that issue for now, we don't have support for any IDE right now 😔 Thanks @Ahmard