Hi Everyone,
I am doing an employee management application using .net core and MS SQL Server.
I am using database first approach. After completing my project now I have added MS Identity into my project. I have added migration and new Identity tables have added into my database.
Problem, is this that how I will login as an employee, since I have one table for Employee and one identity table called AspNetUser?
Logins are saved in AspNetUser Table and Employee has employee information. I want to login as an employee? do i need to join Employee and AspNetUser Table? If yes than how its going to work please help. thanks in advance