part-16 Android app frontend&backend laravel Passport service installing || by Techies Time

preview_player
Показать описание
In this video we are finally starting our backend laravel installation. and also installation of passport authentication service.

Link for the Medium website from which we have used laravel passport service and code

Thanks for watching.
Techies Time
techies time
techiestime
Рекомендации по теме
Комментарии
Автор

The email column in my DB is named "email_address".
I put this code in App/User.php class


public function findForPassport($username)
{
return $this->where('email_address', $username)->first();
}

When i try the authentication with a POST i receive this error:


Can you help me?

domenicoielpo
visit shbcf.ru