Fluxera.Extensions.Hosting.Modules.AspNetCore.Authentication 6.2.1

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Fluxera.Extensions.Hosting.Modules.AspNetCore.Authentication --version 6.2.1
NuGet\Install-Package Fluxera.Extensions.Hosting.Modules.AspNetCore.Authentication -Version 6.2.1
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="Fluxera.Extensions.Hosting.Modules.AspNetCore.Authentication" Version="6.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Fluxera.Extensions.Hosting.Modules.AspNetCore.Authentication --version 6.2.1
#r "nuget: Fluxera.Extensions.Hosting.Modules.AspNetCore.Authentication, 6.2.1"
#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 Fluxera.Extensions.Hosting.Modules.AspNetCore.Authentication as a Cake Addin
#addin nuget:?package=Fluxera.Extensions.Hosting.Modules.AspNetCore.Authentication&version=6.2.1

// Install Fluxera.Extensions.Hosting.Modules.AspNetCore.Authentication as a Cake Tool
#tool nuget:?package=Fluxera.Extensions.Hosting.Modules.AspNetCore.Authentication&version=6.2.1

Build Status

Fluxera.Extensions.Hosting.Modules

A library that provides several reusable modules for the Fluxera.Extensions.Hosting infrastructure.

Concepts

  • Modules
    • Is the logical unit of one or more features that are enabled by using it as dependency.
  • Contributors
    • Are components that provide additional startup logic to a module that provides a sertain feature.
    • Always add them in PreConfigureServices
  • Extensions
    • Are similar to contributors but are used at runtime. Extensions are always additive so that not only one instance is used, but all registered extensions. Extensions are fixed it the sense that the module it belongs to will always configure it to be used.
  • Plugins
    • A plugin implements interfaces provided by one or more modules and is used using the AddPlugin infrastructure. It could be used as normal module but is usually used this way because different implementations are used because of the configuration of the application.

Configuration

appsettings.json ...

{
  "Hosting": {
    "Modules": {
      "DataManagement": {
      }
    }
  },
  "ConnectionStrings": {
    "Default": "localhost"
  }
}
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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 (5)

Showing the top 5 NuGet packages that depend on Fluxera.Extensions.Hosting.Modules.AspNetCore.Authentication:

Package Downloads
Fluxera.Extensions.Hosting.Modules.AspNetCore.Authorization The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

A module that enables authorization for ASP.NET Core.

Fluxera.Extensions.Hosting.Modules.AspNetCore.Authentication.Cookies The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

A module that enables Cookies authentication for ASP.NET Core.

Fluxera.Extensions.Hosting.Modules.AspNetCore.Authentication.ApiKey The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

A module that enables ApiKey authentication for ASP.NET Core.

Fluxera.Extensions.Hosting.Modules.AspNetCore.Authentication.Basic The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

A module that enables Basic authentication for ASP.NET Core.

Fluxera.Extensions.Hosting.Modules.AspNetCore.Authentication.JwtBearer The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

A module that enables JWT Bearer authentication for ASP.NET Core.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.12.0 147 4/28/2024
8.11.1 151 4/27/2024
8.11.0 160 4/26/2024
8.10.0 162 4/25/2024
8.9.5 150 4/22/2024
8.9.4 145 4/20/2024
8.9.3 143 4/20/2024
8.9.2 146 4/19/2024
8.9.1 133 4/19/2024
8.9.0 141 4/19/2024
8.8.2 139 4/18/2024
8.8.1 145 4/18/2024
8.8.0 171 4/13/2024
8.7.0 167 4/7/2024
8.6.0 122 3/4/2024
8.5.0 131 3/2/2024
8.4.0 130 2/23/2024
8.3.0 151 2/22/2024
8.2.2 149 1/25/2024
8.2.1 125 1/24/2024
8.2.0 117 1/24/2024
8.1.4 130 1/17/2024
8.1.3 138 1/15/2024
8.1.2 138 1/9/2024
8.1.1 133 1/9/2024
8.1.0 166 1/8/2024
8.0.6 163 1/7/2024
8.0.5 134 1/5/2024
8.0.4 282 11/24/2023
8.0.3 185 11/22/2023
8.0.2 185 11/17/2023
8.0.1 180 11/17/2023
8.0.0 178 11/16/2023
7.3.0 431 8/4/2023
7.2.6 423 6/22/2023
7.2.5 454 4/30/2023
7.2.4 478 4/26/2023
7.2.3 441 4/25/2023
7.2.2 458 4/25/2023
7.2.1 447 4/24/2023
7.2.0 490 4/13/2023
7.1.5 527 3/22/2023
7.1.4 535 2/28/2023
7.1.3 544 2/28/2023
7.1.2 579 1/26/2023
7.1.1 595 1/22/2023
7.1.0 592 1/18/2023
7.0.6 620 1/11/2023
7.0.5 573 1/11/2023
7.0.4 586 1/10/2023
7.0.3 616 1/2/2023
7.0.2 609 12/13/2022
7.0.1 619 12/13/2022
7.0.0 579 12/12/2022
6.2.3 1,078 10/13/2022
6.2.2 1,039 10/10/2022
6.2.1 1,089 10/9/2022
6.2.0 1,055 10/1/2022
6.1.10 1,035 9/20/2022
6.1.9 1,061 9/16/2022
6.1.8 1,037 9/15/2022
6.1.7 1,071 7/30/2022
6.1.6 1,070 6/30/2022
6.1.5 1,077 6/15/2022
6.1.4 1,075 6/7/2022
6.1.2 1,091 5/30/2022
6.1.1 1,074 5/29/2022
6.1.0 1,077 5/28/2022
6.0.7 1,066 5/27/2022
6.0.6 1,069 5/20/2022
6.0.5 1,102 5/19/2022
6.0.2 1,058 5/18/2022
6.0.1 1,087 5/10/2022
6.0.0 1,058 5/7/2022