Hangfire.Dashboard.Basic.Authentication
1.0.3
.NET Core 2.1
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package Hangfire.Dashboard.Basic.Authentication -Version 1.0.3
dotnet add package Hangfire.Dashboard.Basic.Authentication --version 1.0.3
<PackageReference Include="Hangfire.Dashboard.Basic.Authentication" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Hangfire.Dashboard.Basic.Authentication --version 1.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Hangfire.Dashboard.Basic.Authentication, 1.0.3"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Hangfire.Dashboard.Basic.Authentication as a Cake Addin
#addin nuget:?package=Hangfire.Dashboard.Basic.Authentication&version=1.0.3
// Install Hangfire.Dashboard.Basic.Authentication as a Cake Tool
#tool nuget:?package=Hangfire.Dashboard.Basic.Authentication&version=1.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
A re-usable Hangfire Basic Authentication filter. Just import and configure.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 2.1
- Hangfire.AspNetCore (>= 1.6.21)
- Hangfire.Core (>= 1.6.21)
- Microsoft.AspNetCore.Http (>= 2.1.0)
- Microsoft.Extensions.Primitives (>= 2.2.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Hangfire.Dashboard.Basic.Authentication:
Repository | Stars |
---|---|
fullstackhero/dotnet-webapi-boilerplate
Clean Architecture Template for .NET 6.0 WebApi built with Multitenancy Support.
|
Added logging in Filter to debug problems.