SimpleIdentityAuth by Jeff Gabriel

<PackageReference Include="SimpleIdentityAuth" Version="1.0.4" />

 SimpleIdentityAuth 1.0.4

A very simple implementation of Identity using OWIN

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>SimpleIdentityAuth</id>
    <version>1.0.4</version>
    <title>Simple OWIN Identity</title>
    <authors>Jeff Gabriel</authors>
    <owners>Jeff Gabriel</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>A very simple implementation of Identity using OWIN</description>
    <releaseNotes>Adds support for web configuration update with connection string and owin startup class idenitifer. Adds explicit dependency on Mvc but removes a few unnecessary others. Added views to support account controller.</releaseNotes>
    <copyright>Copyright 2015</copyright>
    <tags>OWIN auth MVC MVC5 ASP.NET</tags>
    <dependencies>
      <dependency id="Microsoft.AspNet.Identity.Core" version="2.1.0" />
      <dependency id="Microsoft.AspNet.Identity.EntityFramework" version="2.2.0" />
      <dependency id="Microsoft.AspNet.Identity.Owin" version="2.1.0" />
      <dependency id="Microsoft.Owin.Security.Cookies" version="3.0.0" />
      <dependency id="Microsoft.Owin.Host.SystemWeb" version="3.0.1" />
      <dependency id="Microsoft.AspNet.Mvc" version="5.2.2" />
      <dependency id="Owin" version="1.0" />
    </dependencies>
  </metadata>
</package>