/AspNetCore.Identity.MongoDB

MongoDB Data Store Adaptor for ASP.NET Core Identity

Primary LanguageC#MIT LicenseMIT

AspNetCore.Identity.MongoDB Build Status

MongoDB data store adaptor for ASP.NET Core identity.

⚠️

For the time being, this only works on full .NET desktop CLR on Windows and on Mono on other platforms (Linux, OSx).

Using the Library

The library is available at NuGet.org and is currently companible with ASP.NET Core RC1. You can start using the library by integrating it into your project.json file.

Sample

Coming up soon...