Pysco68.Owin.Authentication.Ntlm 1.0.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package Pysco68.Owin.Authentication.Ntlm --version 1.0.3
NuGet\Install-Package Pysco68.Owin.Authentication.Ntlm -Version 1.0.3
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="Pysco68.Owin.Authentication.Ntlm" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Pysco68.Owin.Authentication.Ntlm --version 1.0.3
#r "nuget: Pysco68.Owin.Authentication.Ntlm, 1.0.3"
#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 Pysco68.Owin.Authentication.Ntlm as a Cake Addin
#addin nuget:?package=Pysco68.Owin.Authentication.Ntlm&version=1.0.3

// Install Pysco68.Owin.Authentication.Ntlm as a Cake Tool
#tool nuget:?package=Pysco68.Owin.Authentication.Ntlm&version=1.0.3

An NTLM authentication middleware for OWIN that enables you to use NTLM (Windows) Authentication independently of IIS or HTTPListener.

Furthermore it integrates with ASP.NET Identity 2.0 and allows you to have NTLM as yet another mean of authentication toghether with true local application accounts!

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.5 15,354 11/23/2016
1.0.4 1,099 11/15/2016
1.0.3 71,504 6/20/2016
1.0.2 2,262 3/8/2015
1.0.1 1,073 1/27/2015
1.0.0 1,041 1/17/2015

v1.0.3:
         Added a callback to offload the ClaimsIdentity creation to the application if there's need for customization
           
         v1.0.2:
         Added a filtering callback (NtlmAuthenticationOptions.Filter) to the options to have more control on who passes the authentication based on request origin and windows identity

         v1.0.1:
         Fixed issue with callback path not being recognized when the OWIN pipeline is Mapped to a sub-path (app.Map("/somePath", af =>...))

v1.0.0:
Initial release