Custom.Hangfire.Dashboard.RestrictIpAuthorization 1.0.0

dotnet add package Custom.Hangfire.Dashboard.RestrictIpAuthorization --version 1.0.0
NuGet\Install-Package Custom.Hangfire.Dashboard.RestrictIpAuthorization -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Custom.Hangfire.Dashboard.RestrictIpAuthorization" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Custom.Hangfire.Dashboard.RestrictIpAuthorization --version 1.0.0
#r "nuget: Custom.Hangfire.Dashboard.RestrictIpAuthorization, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Custom.Hangfire.Dashboard.RestrictIpAuthorization as a Cake Addin
#addin nuget:?package=Custom.Hangfire.Dashboard.RestrictIpAuthorization&version=1.0.0

// Install Custom.Hangfire.Dashboard.RestrictIpAuthorization as a Cake Tool
#tool nuget:?package=Custom.Hangfire.Dashboard.RestrictIpAuthorization&version=1.0.0

NuGet Version Github Action Status NuGet Downloads Coverage Status

Hangfire.Dashboard.RestrictIpAuthorization

Restrict IP addresses to access hangfire (e.g. dashboard)

Installation

dotnet add package Custom.Hangfire.Dashboard.RestrictIpAuthorization

Usage

var restrictIpAuthorizationFilter = new RestrictIpAuthorizationFilter(
    new RestrictIpAuthorizationFilterOptions
    {
        AllowedIps = ["::1", "localhost", "10.27.147.54"]
    });
app.UseHangfireDashboard(options: new DashboardOptions
{
    Authorization = [restrictIpAuthorizationFilter]
});

License

The MIT License. See the license file for details.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 244 2/8/2024
1.0.0-rc.1 52 2/8/2024
1.0.0-rc.0 48 2/7/2024