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
@kenjis Hi, this one is for you :)
Hello @cehojac It depends, Viewi will have a feature called "MFE" (microfrontend). This feature will allow you to include Viewi application into any of your other application. Could be Angular,...