aspnet-identity-mongo icon indicating copy to clipboard operation
aspnet-identity-mongo copied to clipboard

Extract base class IdentityUserBase from IdentityUser to allow differ…

Open akaegi opened this issue 7 years ago • 1 comments

…ent subclasses that support non-ObjectId Ids.

We wanted to use Guid Ids in our project for IdentityUser. So I extracted a base class IdentityUserBase without the [BsonRepresentation(BsonType.ObjectId)] attribute from IdentityUser. IdentityUser should is still the default and should look and behave the same from a client perspective.

  • Upgraded to VS 2017 and official .NET Core 1.0 tooling

akaegi avatar Apr 06 '17 08:04 akaegi

@g0t4 I was just wondering what the current state of support was for this repository?

This PR looks like an ideal solution to a problem I was having with the Id representation - I nearly created a fork to add something like this.

JamiePed avatar Oct 10 '17 03:10 JamiePed