/AspNetCore2.0_Identity_MongoDB_Sample

A sample project configured to use ASP.NET Core identity to use and store user data in MongoDB.

Primary LanguageC#

AspNetCore2.0_Identity_MongoDB_Sample

A sample project configured to use ASP.NET Core identity to use and store user data in MongoDB. This example uses the a tweaked version of the adapter provided by Microsoft.AspNetCore.Identity.MongoDB in order to be made usable for an Asp ASP.NET Core 2.0 project.

Usage

To get things running you will need a MongoDB instance up and running and you will need to edit the connectionstring in the appsettings.json file as well. Please see https://docs.mongodb.com/tutorials/install-mongodb-on-windows/ on how to set up a MongoDB client.