AspNetCore.Identity.MongoDbCore
AspNetCore.Identity.MongoDbCore copied to clipboard
Comparison with another implementation
What's the difference between https://github.com/matteofabbri/AspNetCore.Identity.Mongo ?
They look very similar indeed. I cannot see integration tests.
From what I see they don't update on every change and it supposedly improves performance a lot https://github.com/matteofabbri/AspNetCore.Identity.Mongo/commit/73e29215c91104a1d470e1527eea213e29806b0c
Original MS implementation for EF Core have a property called AutoSaveChanges
which is true
by default https://github.com/dotnet/aspnetcore/blob/main/src/Identity/EntityFrameworkCore/src/UserStore.cs#L141 that allow configuring this behaviour.