HangfireBasicAuthenticationFilter
HangfireBasicAuthenticationFilter copied to clipboard
A basic auth filter for hangfire dashboard
I'm using 1.1.0 of this filter because we're still on .NET Core 3.1. When I navigate to the Hangfire Dashboard, the username and password dialog box pops up. Before I...
Hi! I want to use this project, but also want to use the latest versions of the dependencies. This is just a few minor version bumps.
When I am using a local web api net core ... it worked perfectly ... but when I am using it on a web server, it keeps asking for username...
Check for invalid tokens: Current: checks: Are_Invalid() { token.length == 2 && token[0].IsNullOrWhiteSpace && token[1].IsNullOrWhiteSpace } so all three conditions must be true => token is invalid. Expected: But token...
Current: 401 responses on Kestrell/IIS logs "StatusCode cannot be set because the response has already started." Fix: Removed write to response body.
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" } } });
CSProj files have been updated to enable SourceLink in your nuget --- *[This pull request was created with an automated workflow]* I noticed that your repository and Nuget package are...
Hi, please check my PR, I've Updated the packages, and targeted dotnet 6. I Removed **HangFire.Core** because it's existed in **Hangfire.AspNetCore** nuget package ## Summary by CodeRabbit - **Chores** -...