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

A MongoDb UserStore and RoleStore adapter for Microsoft.AspNetCore.Identity 2.2. Allows you to use MongoDb instead of SQL server with Microsoft.AspNetCore.Identity 2.2. (not Identity 3.0)

Results 14 AspNetCore.Identity.MongoDbCore issues
Sort by recently updated
recently updated
newest added

This work on .net 6

Updated the project to dotnet 6.0: 1. Removed support for netcoreapp3.1 instead going for net6.0 and netstandard2.1 2. I fixed the unit tests by removing references to the error checking...

Hi, we have implemented in our solution, but we must have a role chosen if a user has more than one. when the user chooses the role we first retrieve...

Also, I m wanting to use this with Duende IdentityServer - anyone tried that?

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

question

Has anyone done a perfomance comparison between MongoDB and a SQL server for Identity?

help wanted

Hello there! Recently we have run into a similar issue than #51, but then noticed that the commit that fixes it is not yet published to NuGet even after some...

How to set document in [users] collection save as camelCase ? ![image](https://user-images.githubusercontent.com/70790188/229275891-162339b4-9420-481c-bf9e-d99b4abfd0c6.png)

Bumps [MongoDB.Driver](https://github.com/mongodb/mongo-csharp-driver) from 2.13.2 to 2.19.0. Release notes Sourced from MongoDB.Driver's releases. NET Driver Version 2.19.0 Release Notes .NET Driver Version 2.19.0 Release Notes This is the general availability release...

dependencies