CleanArchitecture icon indicating copy to clipboard operation
CleanArchitecture copied to clipboard

Usage of IdentityApp in ServerApp

Open mehdihadeli opened this issue 3 years ago • 0 comments

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?

mehdihadeli avatar Jan 05 '22 20:01 mehdihadeli