Microsoft.Owin.Security.NengLongSSO 2.0.1

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

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

NengLong Unified Authentication Middleware For WebApi

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
2.0.1 866 2/18/2019
1.1.4 764 12/5/2018
1.1.3 1,049 3/22/2018
1.1.2 1,066 3/3/2017
1.1.1 1,006 1/18/2017
1.1.0 1,023 1/3/2017
1.0.25 1,001 10/31/2016
1.0.24 1,026 10/28/2016
1.0.23 1,057 8/22/2016
1.0.22 1,063 5/16/2016
1.0.21 1,096 3/28/2016
1.0.20 1,141 3/11/2016
1.0.19 1,437 2/25/2016
1.0.18 1,364 2/25/2016
1.0.17 1,171 2/23/2016
1.0.16 1,251 2/23/2016
1.0.15 1,051 2/22/2016
1.0.14 1,030 2/19/2016
1.0.13 1,041 2/19/2016
1.0.12 1,044 2/17/2016
1.0.11 1,058 2/16/2016
1.0.10 1,040 2/16/2016
1.0.9 1,066 1/26/2016
1.0.8 1,018 1/26/2016
1.0.7 1,053 1/25/2016
1.0.6 1,071 1/6/2016
1.0.5 1,117 12/17/2015
1.0.4 1,033 12/17/2015

v2.0.1
* add qyh
v1.1.3
* Update nuget packages

v1.1.2
* Update nuget packages

v1.1.1
*The method of CheckAsync change to MaintainAsync
   
v1.1.0
* Simplify Local Token Verification

v1.0.25
* Fix bug of AlwaysRefreshToken

v1.0.24
* Add AlwaysRefreshToken option to refresh token everytime on request

v1.0.23
* Add GetPlatformKey() in HttpContext

v1.0.22
* Supports Yxt's SessionId in Headers["Authorization"]

v1.0.21
* Revision on token expiration

v1.0.20
* Update NengLong.CMP.SSO to Call *Async Methods

v1.0.19
* Fix bugs on Token Expiration

v1.0.18
* Fix some bugs

v1.0.17
1. Add Name/Role to Claims

v1.0.16
1. Add GetDbid to OwinContext

v1.0.15
1. Simplify Result of Identity

v1.0.14
1. Upgrade NengLong.CMP.SSO and use unified GetToken

v1.0.13
1. Unify getTokenV2 for requestToken/NLTicket/code requests

v1.0.12
1. Use SsoAPI.GetTokenV2(ticket) instead of V2.SsoAPI.GetTokenV2(ticket)

v1.0.11
1. Fix getToken for NLTicket/Token switch

v1.0.10
1. Add NLTicket Support for Temporary Grant Ticket

v1.0.9
1. Add ClientId/RedirectUri Support for Temporary Token

v1.0.8
1. Add Query/Form Support for Authorization

v1.0.7
1. Fix issue on nullable token
   
v1.0.6
1. Remove unused libraries

v1.0.5
1. Return token by hash # instead of query string ?

v1.0.4
1. User Authentication
2. Authentication Redirection