Level 1
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.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
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
Please or to participate in this conversation.