Multi Auth with Laravel 5.4 and Passport
问题 I am trying to setup multi auth with Laravel Passport, but it doesn't seem to support it. I am using the Password Grant to issue tokens which requires me to pass username/password of the user wanting access tokens. I have 3 auth guards/providers setup, 4 in total. Users, Vendors, Admins and API 2 of the Auths need passport access, so each user needs to be able to issue tokens. But Passport automatically takes the API auth provider, but I want this to change based on which user is logging in..