I have installed package in Passport Oauth for authentication. I need to check the authentication using laravel-passport to my custom tables with my fields not the USER table email and password.
How to authenticate using Passport Oauth for my table other than Users table.?