0
votes

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.?

1

1 Answers

0
votes

Have you tried to create new User model(which linked to your's table) and link it with path: providers.users.model in config/auth.php file?