Добавить
Уведомления

Identity Customization with Migration in ASP.NET Core

Identity Customization means , you can add custom fields in existing user table. Suppose , you want to add new field like 'address' in Identity table then add new public property in Application User class that is inherited from IdentityUser Class .

Иконка канала MySQL Стратегия
1 подписчик
12+
16 просмотров
2 года назад
12+
16 просмотров
2 года назад

Identity Customization means , you can add custom fields in existing user table. Suppose , you want to add new field like 'address' in Identity table then add new public property in Application User class that is inherited from IdentityUser Class .

, чтобы оставлять комментарии