HangfireBasicAuthenticationFilter
HangfireBasicAuthenticationFilter copied to clipboard
Wrong example code
The code you put like example code is missing one closing bracket. The right example is:
app.UseHangfireDashboard("/hangfire", new DashboardOptions { Authorization = new[] { new HangfireCustomBasicAuthenticationFilter{User="my_username",Pass="my_password" } } });