Skip to content

Conversation

shashanktiwary
Copy link

Removing dependency of MongoDatabase from UserStore class implementation
Now one can use MongoCollection directly to make UserStore instance from that,

    var userCollection = db.GetCollection<TUser>("userCollection");
    new UserStore<ApplicationUser>(userCollection);

Removing dependency of MongoDatabase from UserStore implementation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant