well, my opinion is to use Passport.
The passport is laravel industry standard for Stateless API authentication nowadays. It will increase your API security.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi , i have to develop the backend of an IOS app and i'm concerned about some stuff :
To use my app you have to be logged in (create an account)
I want to know how should i give acces to my app to use my api, should i use passport ? should i use a token to authorize my app to use my api ? How register the user of my app ?
My api is just use to be the backend of my mobile app, it won't be used for other purpuses (no differents user for my api , just my app)
Please someone can explain to me how does this work, the procedure, (the basic process) ?
Thx :)
well, my opinion is to use Passport.
The passport is laravel industry standard for Stateless API authentication nowadays. It will increase your API security.
Please or to participate in this conversation.