RavenDB.Bundles.Authorization by Hibernating Rhinos

<PackageReference Include="RavenDB.Bundles.Authorization" Version="3.5.9" />

 RavenDB.Bundles.Authorization 3.5.9

The Authorization Bundle extend RavenDB and add document level permissions. The Auth Bundle allows to define permissions for a specific user, a group or using arbitrary tagging. The system is design to be high performance, scalable and flexible.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>RavenDB.Bundles.Authorization</id>
    <version>3.5.9</version>
    <title>RavenDB Authorization Bundle</title>
    <authors>Hibernating Rhinos</authors>
    <owners>Hibernating Rhinos</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <licenseUrl>http://www.ravendb.net/licensing</licenseUrl>
    <projectUrl>http://www.ravendb.net/</projectUrl>
    <iconUrl>http://static.ravendb.net/logo-for-nuget.png</iconUrl>
    <description>The Authorization Bundle extend RavenDB and add document level permissions. The Auth Bundle allows to define permissions for a specific user, a group or using arbitrary tagging. The system is design to be high performance, scalable and flexible.</description>
    <language>en-US</language>
    <tags>nosql ravendb raven document database bundles authorization</tags>
    <dependencies>
      <dependency id="RavenDB.Database" version="[3.5.9]" />
    </dependencies>
  </metadata>
</package>