I have created multiple stores for a single website.. now i need a new login mechanism which authenticate users with their id along with vendor name & redirect that user to appropriate store in website. How to achieve this in Magento 2.3.1?
Note: I have different stores for different vendors. Users that belong to particular vendor can access his store. Also i have to connect vendors to users somehow.