AspNetCore.Identity.MongoDbCore icon indicating copy to clipboard operation
AspNetCore.Identity.MongoDbCore copied to clipboard

Comparison with another implementation

Open bugproof opened this issue 3 years ago • 2 comments

What's the difference between https://github.com/matteofabbri/AspNetCore.Identity.Mongo ?

bugproof avatar May 19 '21 12:05 bugproof

They look very similar indeed. I cannot see integration tests.

alexandre-spieser avatar Jun 23 '21 18:06 alexandre-spieser

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.

bugproof avatar Jul 01 '21 08:07 bugproof