ServiceStack.Authentication.RavenDB by ServiceStack contributors

<PackageReference Include="ServiceStack.Authentication.RavenDB" Version="3.9.67" />

 ServiceStack.Authentication.RavenDB 3.9.67

A RavenDB IUserAuthRepository to persist User registration and auth info in a NoSQL Raven DB. Implements ServiceStack's built-in AuthProvider Model: https://github.com/ServiceStack/ServiceStack/wiki/Authentication-and-authorization inc. Twitter, Facebook, Basic, Digest, Credentials Auth modes out-of-the-box.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>ServiceStack.Authentication.RavenDB</id>
    <version>3.9.67</version>
    <authors>ServiceStack contributors</authors>
    <owners>ServiceStack contributors</owners>
    <licenseUrl>https://github.com/ServiceStack/ServiceStack/blob/v3/LICENSE</licenseUrl>
    <projectUrl>https://github.com/ServiceStack/ServiceStack.OrmLite</projectUrl>
    <iconUrl>http://www.servicestack.net/logo-100x100.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>A RavenDB IUserAuthRepository to persist User registration and auth info in a NoSQL Raven DB.
      Implements ServiceStack's built-in AuthProvider Model:
      https://github.com/ServiceStack/ServiceStack/wiki/Authentication-and-authorization
      inc. Twitter, Facebook, Basic, Digest, Credentials Auth modes out-of-the-box.</description>
    <copyright>ServiceStack 2013 and contributors</copyright>
    <language>en-US</language>
    <tags>ServiceStack Authentication Authorization RavenDB Raven NoSQL POCO Code-First</tags>
    <dependencies>
      <dependency id="ServiceStack" version="[3.0, 4.0)" />
      <dependency id="RavenDB.Client" />
    </dependencies>
  </metadata>
</package>