Albatross.Authentication
6.1.1
Prefix Reserved
See the version list below for details.
dotnet add package Albatross.Authentication --version 6.1.1
NuGet\Install-Package Albatross.Authentication -Version 6.1.1
<PackageReference Include="Albatross.Authentication" Version="6.1.1" />
paket add Albatross.Authentication --version 6.1.1
#r "nuget: Albatross.Authentication, 6.1.1"
// Install Albatross.Authentication as a Cake Addin #addin nuget:?package=Albatross.Authentication&version=6.1.1 // Install Albatross.Authentication as a Cake Tool #tool nuget:?package=Albatross.Authentication&version=6.1.1
The authentication assembly's only purpose is to return the identity of the current user. It currently supports AspNetCore identity and windows identity. It is of its own assembly so that its consumer does not have to take on additional dependencies.
Product | Versions 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. |
-
net6.0
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 7.0.0)
- System.Security.Principal.Windows (>= 5.0.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Albatross.Authentication:
Package | Downloads |
---|---|
Albatross.Hosting.Test
hosting framework for test projects |
|
Albatross.Authentication.AspNetCore
The assembly contains the AspNetCore implementation of IGetCurrentUser interface. It retrieves the current user name using AspNetCore HttpContext. |
|
Albatross.Authentication.Windows
The assembly contains the Windows implementation of IGetCurrentUser interface. It retrieves the current window user name. |
GitHub repositories
This package is not used by any popular GitHub repositories.