WorldDomination.Security by Pure Krome

<PackageReference Include="WorldDomination.Security" Version="0.3.0" />

 WorldDomination.Security 0.3.0

Claims based security is the new black. So to keep things simple, most web applications require some common user data whenever they sign in to a web application! So that is what this package does. Making your web application Identity coding-life simpler.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>WorldDomination.Security</id>
    <version>0.3.0</version>
    <title>WorldDomination.Security</title>
    <authors>Pure Krome</authors>
    <owners>Pure Krome</owners>
    <projectUrl>https://github.com/PureKrome/WorldDomination.Security</projectUrl>
    <iconUrl>http://i.imgur.com/bR4Yf.jpg</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Claims based security is the new black.

So to keep things simple, most web applications require some common user data whenever they sign in to a web application!

So that is what this package does.

Making your web application Identity coding-life simpler.</description>
    <summary>Powering your standard ASP.NET web application via some standard claims-based security and data.</summary>
    <releaseNotes />
    <copyright>2012</copyright>
    <language>en-au</language>
    <tags>security principal identity claims claims-based magical unicorn</tags>
  </metadata>
</package>