DEV Community

Discussion on: How do you make laravel 7 api authentication with passport like a master

Collapse
 
giovdigua profile image
Giovanni

Hello Sir,
I’ve a problem with the request in postman.
When I send the request to record a user in postman the result the sending request never stop(attached picture).
In db the user is created but I can’t get the token in response.
I setting my BASE_URL to 127.0.0.1:8000 .
Please help me thank you

Collapse
 
aladdinshaker profile image
Alladdin

+1

Collapse
 
azibom profile image
Mohammad Reza

Look at it github.com/cmohammadc/laravel-api-...
php server is single thread :)

Thread Thread
 
giovdigua profile image
Giovanni

Thank you