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 .
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 .