Medidata.MAuth.Owin 2.1.0-beta4

Prefix Reserved
This is a prerelease version of Medidata.MAuth.Owin.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Medidata.MAuth.Owin --version 2.1.0-beta4
                    
NuGet\Install-Package Medidata.MAuth.Owin -Version 2.1.0-beta4
                    
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="Medidata.MAuth.Owin" Version="2.1.0-beta4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Medidata.MAuth.Owin" Version="2.1.0-beta4" />
                    
Directory.Packages.props
<PackageReference Include="Medidata.MAuth.Owin" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Medidata.MAuth.Owin --version 2.1.0-beta4
                    
#r "nuget: Medidata.MAuth.Owin, 2.1.0-beta4"
                    
#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.
#addin nuget:?package=Medidata.MAuth.Owin&version=2.1.0-beta4&prerelease
                    
Install Medidata.MAuth.Owin as a Cake Addin
#tool nuget:?package=Medidata.MAuth.Owin&version=2.1.0-beta4&prerelease
                    
Install Medidata.MAuth.Owin as a Cake Tool

This package contains an OWIN middleware to validate signed http requests with the Medidata MAuth protocol. The middleware communicates with an MAuth server in order to confirm the validity of the request authentication header. Include this package in your OWIN-enabled web api if you want to authenticate the api requests signed with the MAuth protocol.

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  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
5.0.0 720 8/7/2020
4.0.2 675 2/5/2020
4.0.1 563 11/14/2019
4.0.0 579 10/9/2019
3.1.2 807 1/18/2019
3.1.2-pre1 639 1/17/2019
3.1.1 899 10/18/2018
3.1.0 805 10/15/2018
3.0.4 813 10/10/2018
3.0.3 854 8/28/2018
3.0.2 1,238 6/8/2018
3.0.1 1,031 1/31/2018
3.0.0 1,028 12/28/2017
3.0.0-pre1 950 12/26/2017
2.4.1 1,074 8/31/2017
2.4.0 1,047 7/28/2017
2.3.0 1,031 6/30/2017
2.2.0 1,082 3/1/2017
2.1.1 1,135 12/16/2016
2.1.0 1,116 12/13/2016
2.1.0-beta4 870 11/29/2016
2.1.0-beta3 874 11/24/2016
2.1.0-beta2 922 11/21/2016
2.1.0-beta 878 11/21/2016
2.0.0 1,186 10/26/2016
1.0.0 1,094 8/9/2016

This version makes possible to read the OWIN request body in the subsequent middlewares after the authentication, even if the body stream is not seekable initially.