Answer the question
In order to leave comments, you need to log in
How to refresh token in laravel passport?
I made authorization for the application through passport, everything works great.
Authorize (conditionally) like this:
'form_params' => [
'grant_type' => 'password',
'client_id' => $table->id,
'client_secret' => $table->secret,
'username' => $request['user_email'],
'password' => $request['user_password'],
'scope' => '',
],
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question