User-1474063726 posted
I am new to this asp identity concepts.
I already built a register and login functionality for learning purposes.
I searched a long time in the internet to find a solution how can I expand existing project with more identity tables
I have a normal asp identity and other user specified tables for example transactions, shares, additional userinformation and so on.
Every table has a unique column userName that should be linked to the AspUsers Username How can I authorize this users to the specified row in the other tables.
Hope anybody can help me.