umair mohsin

umair mohsin

  • 1.3k
  • 387
  • 63.8k

How to use identity api on existing project (MVC)

Oct 12 2024 4:01 PM

i have made an application in which i want to add identity api as this api solves all issues regarding registration login,password hashing and all good stuff.

issue is i am using generic repository pattern in my existing project and i break my project in other small projects. 

as identity uses code first approach i am also using code first approach in my project what i want  whenever a user register(identity) i want to enter data to my application tables as well as i want to enter data identity tables and one more complication is my existing project follows relational DBMS( two or three major tables shared with other tables by foreign key). 

please help me regarding this


Answers (1)