Use case
I am creating an e-commerce website where i need two different login page
- For Customer
- For Vendor/Retailer
For customer i am storing it in AspNetUsers table but i want to create logic for vendor table
My Question
How can i acheive two logins I want to create one more table for vendor and create session to login and logout. Can anyone give me the reference or any proper documentation which i can follow
Thanks.