Level 70
@masterenv I am not so sure what you mean, but if you are looking for a way to login API, then you can use Passport or Sanctum .
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
hello good in a larevel application an authentication api was created and I am trying to consumeisla, the user database is the same and the two developments are in larevel and vuejs, and this is the code that I use to consume the api but when I consume it, it only remains on my ip and the view of the other ip does not return
return Http::get('http://172.16.100.102/api/auth/login', [ 'username' => Auth::user()->name, 'password' => Auth::user()->password, ]);
Please or to participate in this conversation.