Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
Is it possible to make the Identity entity generic so that users can extend the Identity field themselves?
For example: public class IdentityUserManager<T> : UserManager<T>, IDomainService
Describe the solution you'd like
I would like to extend the identity field to make it easier to add custom fields.
This is because I plan to integrate multiple user systems into my system, each using different tables.
Defining different extension classes will make it easier to distinguish between user types.
Additional context
https://github.com/abpframework/abp/blob/dev/modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/IdentityUserManager.cs
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
Is it possible to make the Identity entity generic so that users can extend the Identity field themselves?
For example:
public class IdentityUserManager<T> : UserManager<T>, IDomainServiceDescribe the solution you'd like
I would like to extend the
identityfield to make it easier to add custom fields.This is because I plan to integrate multiple user systems into my system, each using different tables.
Defining different extension classes will make it easier to distinguish between user types.
Additional context
https://github.com/abpframework/abp/blob/dev/modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/IdentityUserManager.cs