ServiceStack.Authentication.MongoDB by Assaf Raman, ServiceStack contributors

<PackageReference Include="ServiceStack.Authentication.MongoDB" Version="4.0.3" />

 ServiceStack.Authentication.MongoDB 4.0.3

A MongoDB IUserAuthRepository to persist User registration and auth info in a NoSQL Mongo 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.MongoDB</id>
    <version>4.0.3</version>
    <authors>Assaf Raman, ServiceStack contributors</authors>
    <owners>Assaf Raman, ServiceStack contributors</owners>
    <licenseUrl>https://servicestack.net/terms</licenseUrl>
    <projectUrl>https://github.com/ServiceStack/ServiceStack</projectUrl>
    <iconUrl>https://servicestack.net/img/logo-32.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>A MongoDB IUserAuthRepository to persist User registration and auth info in a NoSQL Mongo 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>
    <summary>A MongoDB IUserAuthRepository to persist User registration and auth info in a NoSQL Mongo DB</summary>
    <copyright>ServiceStack 2013 and contributors</copyright>
    <language>en-US</language>
    <tags>ServiceStack Authentication Authorization MongoDB NoSQL POCO Code-First</tags>
    <dependencies>
      <dependency id="ServiceStack" version="4.0" />
      <dependency id="mongocsharpdriver" />
    </dependencies>
  </metadata>
</package>