Skip to content

Where are the commits with changes to a basic project? #2

@Mech0z

Description

@Mech0z

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

  1. Create aspnet core 2.0 web page with user account authentication
  2. Add https://www.nuget.org/packages/Contrib.Microsoft.AspNetCore.Identity.MongoDB/
  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions