More to come!
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>")