/aspnetcore-identity-mongodb

An identity provider for ASP.NET Core, using MongoDB as datastore

Primary LanguageC#MIT LicenseMIT

CreativeMinds.Identity.MongoDBStores

More to come!

Build status NuGet Version

Instructions

More to come!

In your ConfigureServices method in the StartUp class, add this line:

		services.AddIdentityWithMongoStoresUsingCustomTypes<ApplicationUser, MongoDBIdentityRole>("<MongoDB connection string>", "<Name of the user collection>", "<Name of the role collection>")