HangfireBasicAuthenticationFilter icon indicating copy to clipboard operation
HangfireBasicAuthenticationFilter copied to clipboard

Wrong example code

Open Shino112 opened this issue 4 years ago • 0 comments

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" } } });

Shino112 avatar Jul 12 '21 13:07 Shino112