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

uffarooque73's avatar

Login to the laravel backed via nodejs API

Installed laravel 8 and using the default hashing mechanism for password, i want to login on the server via nodejs API via username and password, how can i do this

0 likes
2 replies
xelance's avatar

Since you are going to consume the Laravel as an API provider you may consider to use Laravel Passport.

And then you can create a oAuth on the Laravel end and SSO on the Node JS.

Please watch Taylor's video about it.

uffarooque73's avatar

Not only as an API providers, both the way. Can you please share the url of that video

Please or to participate in this conversation.