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)
-
0
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.