Microsoft.Owin.Security.NengLongCookie 1.0.13

dotnet add package Microsoft.Owin.Security.NengLongCookie --version 1.0.13
NuGet\Install-Package Microsoft.Owin.Security.NengLongCookie -Version 1.0.13
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="Microsoft.Owin.Security.NengLongCookie" Version="1.0.13" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Owin.Security.NengLongCookie --version 1.0.13
#r "nuget: Microsoft.Owin.Security.NengLongCookie, 1.0.13"
#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 Microsoft.Owin.Security.NengLongCookie as a Cake Addin
#addin nuget:?package=Microsoft.Owin.Security.NengLongCookie&version=1.0.13

// Install Microsoft.Owin.Security.NengLongCookie as a Cake Tool
#tool nuget:?package=Microsoft.Owin.Security.NengLongCookie&version=1.0.13

NengLong Unified Authentication Middleware For Mvc

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.13 1,032 11/22/2017
1.0.12 1,134 5/23/2016
1.0.11 1,016 4/15/2016
1.0.10 1,158 3/11/2016
1.0.9 989 3/1/2016
1.0.8 1,367 2/25/2016
1.0.7 1,388 2/25/2016
1.0.6 1,063 2/23/2016
1.0.5 1,006 2/23/2016
1.0.4 1,045 2/23/2016
1.0.3 1,121 2/22/2016
1.0.2 1,107 2/22/2016
1.0.1 1,046 1/6/2016
1.0.0 1,247 12/17/2015

v1.0.13
* Fix but on deleting cookies when logout

v1.0.12
* Fix some bugs

v1.0.11
* Fix PasswordSignInAsync

v1.0.10
* Update NengLong.CMP.SSO to Use Standard *Async Methods

v1.0.9
* Bug fixes on getUser of null

v1.0.8
* Bug fixes on Getting RequestToken

v1.0.7
* Extend RequestTokenName to string[], default to requestToken/NLTicket

v1.0.6
1. Add Name/Role to Claims

v1.0.5
1. Add redirectUri for validated requestToken Redirection

v1.0.4
1. Add GetDbid to OwinContext

v1.0.3
1. Fix bug on CreateIdentity without async/await

v1.0.2
1. Simplify Result of Identity

v1.0.1
1. Remove unused libraries
     
v1.0.0
1. User Authentication
2. Authentication Redirection