Base solution for your next web application
Open Closed

Hangfire Dashboard #3787


User avatar
0
skinnerjames created

How to access hangfire dashboard when hangfire authorization is enabled through dashboard. Code sample in Startup.cs for Host project, when authorization is enabled app.UseHangfireDashboard("/hangfire", new DashboardOptions { Authorization = new[] { new AbpHangfireAuthorizationFilter(AppPermissions.Pages_Administration_HangfireDashboard) } });


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @skinnerjames,

    It is not available in angular version. I'm not sure if hangfire supports token based auth or not, you can check it's documentation for this.

    Thanks.