SimpleAuthentication.Mvc3 by Justin Adler,Phillip Haydon and contributors

<PackageReference Include="SimpleAuthentication.Mvc3" Version="0.3.11" />

 SimpleAuthentication.Mvc3 0.3.11

Used with SimpleAuthentication, provides automated configuration for ASP.NET Mvc projects.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>SimpleAuthentication.Mvc3</id>
    <version>0.3.11</version>
    <title>SimpleAuthentication.Mvc: ASP.NET MVC 3 library for SimpleAuthentication</title>
    <authors>Justin Adler,Phillip Haydon and contributors</authors>
    <owners>Justin Adler and Phillip Haydon</owners>
    <projectUrl>https://github.com/SimpleAuthentication/SimpleAuthentication</projectUrl>
    <iconUrl>http://i.imgur.com/bR4Yf.jpg</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Used with SimpleAuthentication, provides automated configuration for ASP.NET Mvc projects.</description>
    <summary>An ASP.NET Mvc plugin for SimpleAuthentiction. It provides a default controller, routes and uses WebActivator to auto-wire up those routes.</summary>
    <releaseNotes />
    <copyright>2012</copyright>
    <language>en-au</language>
    <tags>authentication mvc controller twitter google facebook microsoftaccount oauth oauth1 oauth2 openid unicorn magicalunicorn magical-unicorn worlddomination worldomination</tags>
    <dependencies>
      <dependency id="RestSharp" version="104.1" />
      <dependency id="WebActivatorEx" version="2.0.3" />
      <dependency id="SimpleAuthentication.Core" version="0.3.9" />
    </dependencies>
  </metadata>
</package>