CleanArchitecture
CleanArchitecture copied to clipboard
Usage of IdentityApp in ServerApp
Hi, Thanks for your great work :) I like this rep. One question, what is usage of IdentiyApp? You didn't use it to authenticate your APIs in ServerApp ! What about we register all related user type like employee based on .Net Identity (maybe store IdentityId field on Employee)? Otherwise, using identity is useless (or possibly just for auth, and we have some duplicate data in other user related table). Is it not better we store all user related data in ApplicationUser of .net identity?