Externalbyte.QuantumIdentity.Owin30
1.2.0
dotnet add package Externalbyte.QuantumIdentity.Owin30 --version 1.2.0
NuGet\Install-Package Externalbyte.QuantumIdentity.Owin30 -Version 1.2.0
<PackageReference Include="Externalbyte.QuantumIdentity.Owin30" Version="1.2.0" />
paket add Externalbyte.QuantumIdentity.Owin30 --version 1.2.0
#r "nuget: Externalbyte.QuantumIdentity.Owin30, 1.2.0"
// Install Externalbyte.QuantumIdentity.Owin30 as a Cake Addin #addin nuget:?package=Externalbyte.QuantumIdentity.Owin30&version=1.2.0 // Install Externalbyte.QuantumIdentity.Owin30 as a Cake Tool #tool nuget:?package=Externalbyte.QuantumIdentity.Owin30&version=1.2.0
Quantum Identity is an OWIN Middleware component for tracking anonymous users in ASP.Net web applications.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Microsoft.Owin (>= 3.0.0)
- Microsoft.Owin.Security (>= 3.0.0)
- Microsoft.Owin.Security.Cookies (>= 3.0.0)
- Owin (>= 1.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Enhancements:
1. The license watcher code has been modified to only watch folders that exist on disk to improve performance.
2. Message logging has been improved so that every request is uniquely identified and can be distinguished from one another in the log file.
3. Added the IIdentity.IsAnonymous extension method.
4. Product dashboard now displays the Nuget Version which is now embedded into the main assembly.
Bug Fixes:
5. The GetPrimaryUserId<T>() extension methods were failing for some common types. We now use the TypeDescriptor.GetConverter method to obtain the correct converter across the board.