Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Armani's avatar
Level 17

Can I use Breeze to authenticate users from External API?

I want to authenticate users from external API and use it inside Laravel application. Can I use Breeze for this purpose? There's no user table locally.

0 likes
2 replies
martinbean's avatar

@armani Why are you authenticating users via an external API in the first place?

If the users are in another application, then this is where you’d use something like OAuth. But you’d still need a users table in your application to store users; they just won’t be authenticating with an email and password.

Armani's avatar
Level 17

@martinbean Yes I use another application that provides API, I use that to build a web application.

Please or to participate in this conversation.