Microsoft.Owin.Security by Microsoft

<PackageReference Include="Microsoft.Owin.Security" Version="2.0.0-rc1" />

 Microsoft.Owin.Security 2.0.0-rc1

Common types which are shared by the various authentication middleware components.

<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
  <metadata>
    <id>Microsoft.Owin.Security</id>
    <version>2.0.0-rc1</version>
    <title>Microsoft.Owin.Security</title>
    <authors>Microsoft</authors>
    <owners>Microsoft</owners>
    <licenseUrl>http://www.microsoft.com/web/webpi/eula/aspnetcomponent_enu.htm</licenseUrl>
    <projectUrl>http://katanaproject.codeplex.com/</projectUrl>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <description>Common types which are shared by the various authentication middleware components.</description>
    <tags>Microsoft OWIN</tags>
    <dependencies>
      <dependency id="Owin" version="1.0" />
      <dependency id="Microsoft.Owin" version="2.0.0-rc1" />
    </dependencies>
  </metadata>
</package>