I am new to ASP.NET. Since I want to use ORM, it seems I would like Entity to represent the user or member or something else, and not some data hidden by api authentication. In fact, I do not see how I can live without him.
How do people deal with this? Give up your own authentication? Or is there a best practice for enabling forms authentication in the Entity Framework?
In short, since in any case, I need a User and Role Entity object for queries, should I skip auth forms or find a way to use it?
thank
source
share