dusterio / lumen-passport

Making Laravel Passport work with Lumen
MIT License
655 stars 141 forks source link

Using Multiple Authentication #166

Closed alvinmactal closed 2 years ago

alvinmactal commented 2 years ago

Hi,

I want to know how can I implement multiple authentications, I have a user table and a client table. The user is used for the admin access and the client will be used for the clients mobile app access.

Is it possible to implement? Can you please give me some references.

Thank you