2
Answers

.net core Adding identity to existing user and roles

Guest User

Guest User

6y
1.1k
1
I have a .netcore project with existing user and role database. I want to add identity asp.net core identity to my existing role and user classes.
I want to my data context to implement IdentityDbcontext<user,role,int> and adjust the domain , modify seed function and add migration as needed.
Answers (2)