I cant seem to find the commits that should help me set this up
The only change thing I can see you have done is
- Create aspnet core 2.0 web page with user account authentication
- Add https://www.nuget.org/packages/Contrib.Microsoft.AspNetCore.Identity.MongoDB/
- Change this line in startup services.AddIdentityWithMongoStores("myconnectionstring" .AddDefaultTokenProviders();
But when I run this I get
InvalidOperationException: No service for type 'Microsoft.AspNetCore.Identity.UserManager`1[WebApplication1.Models.ApplicationUser]' has been registered.
I cant seem to find the commits that should help me set this up
The only change thing I can see you have done is
But when I run this I get