Angular & .net core Version: V9.1.0 .NET core 3.1
So, I hope anyone can provide me with some proper insights on how to tackle this request/addition...
We are developing a large platform for a customer in which we need to create a seperation in user accounts.
Let's say we have 3 layers:
We either want to use the current AbpUsers table with a custom property of some sort.. but then we need to create filters in the appservices which are specific for the candidate users and the customer users. Is that a possiblity?
Option two is to create a separate user table, but I think we need to copy a lot of boilerplate code to get that to work.
Has anyone ever done this and has some pointers on how to approach this?
Thanks!