Cuemon.Extensions.AspNetCore.Authentication 8.2.0

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

// Install Cuemon.Extensions.AspNetCore.Authentication as a Cake Tool
#tool nuget:?package=Cuemon.Extensions.AspNetCore.Authentication&version=8.2.0

About

An open-source project (MIT license) that targets and complements the Microsoft .NET platform. It provides vast ways of possibilities for all breeds of coders, programmers, developers and the likes thereof. Your ideal companion for .NET 8, .NET 7, .NET 6, .NET Standard 2 and .NET Framework 4.6.2 and newer.

It is, by heart, free, flexible and built to extend and boost your agile codebelt.

Cuemon.Extensions.AspNetCore.Authentication for .NET

The Cuemon.Extensions.AspNetCore.Authentication namespace contains extension methods that complements the Cuemon.AspNetCore.Authentication namespace.

More documentation available at our documentation site:

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 is compatible.  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 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 (1)

Showing the top 1 NuGet packages that depend on Cuemon.Extensions.AspNetCore.Authentication:

Package Downloads
Cuemon.AspNetCore.App The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Provides a convenient set of default API additions for building an ASP.NET Core application.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.2.0 131 3/3/2024
8.1.0 139 2/10/2024
8.1.0-rc1 93 2/8/2024
8.1.0-preview.52 48 2/5/2024
8.1.0-preview.20 58 1/22/2024
8.1.0-preview 96 1/16/2024
8.0.1 155 1/11/2024
8.0.0 238 11/14/2023
8.0.0-rc2 82 11/13/2023
8.0.0-rc1 116 11/7/2023
8.0.0-preview.183 65 11/13/2023
8.0.0-preview.176 53 11/12/2023
8.0.0-preview.158 53 11/9/2023
7.1.0 632 12/11/2022
7.0.0 607 11/9/2022
7.0.0-rc.2 103 11/3/2022
7.0.0-rc.1 86 10/26/2022
7.0.0-alpha.2 91 10/16/2022
7.0.0-alpha.1 108 9/23/2022
7.0.0-alpha 197 7/12/2022
6.4.1 723 5/8/2022
6.4.0 801 1/24/2022
6.4.0-rc 281 1/23/2022
6.3.0 1,425 11/28/2021
6.2.0 1,124 5/30/2021
6.1.0 593 5/16/2021
6.0.1 475 5/3/2021
6.0.1-rc 254 5/3/2021
6.0.0 521 4/18/2021
6.0.0-rc.23 163 4/18/2021
6.0.0-rc.21 130 4/12/2021
6.0.0-rc.20 147 4/1/2021
6.0.0-rc.18 234 3/22/2021
6.0.0-rc.17 145 3/14/2021
6.0.0-rc.16 179 3/7/2021
6.0.0-rc.15 152 3/4/2021
6.0.0-rc.14 177 3/4/2021
6.0.0-rc.12 187 3/3/2021
6.0.0-rc.6 155 2/28/2021
6.0.0-rc.2 171 2/28/2021

Version 8.2.0
Availability: .NET 8, .NET 7 and .NET 6
 
# ALM
- CHANGED Dependencies to latest and greatest with respect to TFMs
 
# Improvements
- CHANGED AuthorizationResponseHandler class in the Cuemon.Extensions.AspNetCore.Authentication namespace to rely on IAuthenticateResultFeature
- CHANGED AuthorizationResponseHandlerOptions class in the Cuemon.Extensions.AspNetCore.Authentication namespace to include a function delegate property named AuthorizationFailureHandler that provides the reason/requirement/generic message of the failed authorization
 
Version: 8.1.0
Availability: .NET 8, .NET 7 and .NET 6
 
# ALM
- CHANGED Dependencies to latest and greatest with respect to TFMs
 
# New Features
- ADDED AuthenticationBuilderExtensions class in the Cuemon.Extensions.AspNetCore.Authentication namespace that consist of extension methods for the AuthenticationBuilder class: AddBasic, AddDigestAccess and AddHmac
- ADDED AuthorizationResponseHandler class in the Cuemon.Extensions.AspNetCore.Authentication namespace that provides an opinionated implementation of IAuthorizationMiddlewareResultHandler that is optimized to deliver meaningful responses based on HTTP content negotiation
- ADDED AuthorizationResponseHandlerOptions class in the Cuemon.Extensions.AspNetCore.Authentication namespace that specifies options that is related to AuthorizationResponseHandler operations
- ADDED ServiceCollectionExtensions class in the Cuemon.Extensions.AspNetCore.Authentication namespace that consist of extension methods for the IServiceCollection interface: AddAuthorizationResponseHandler
 
Version: 8.0.1
Availability: .NET 8, .NET 7 and .NET 6
 
# ALM
- CHANGED Dependencies to latest and greatest with respect to TFMs
 
Version: 8.0.0
Availability: .NET 8, .NET 7 and .NET 6
 
# ALM
- ADDED TFM for net8.0
- REMOVED TFM for netstandard2.0
- CHANGED Dependencies to latest and greatest with respect to TFMs