Using Existing Bagisto eCommerce Web Application as Backend for Flutter/React Native App
-
Hello Bagisto Community,
I’m currently running a Bagisto eCommerce web application and I’m exploring the possibility of using it as the backend for a mobile app built with either Flutter or React Native.
Could you please advise on the best approach for integrating Bagisto's backend with a mobile frontend? Specifically, I’m looking for guidance on:
Using Bagisto’s existing APIs for handling products, categories, users, and orders in a mobile app.
How to implement authentication (e.g., API tokens or OAuth) for secure communication between the app and the Bagisto backend.
Any recommended practices or potential challenges I should be aware of when using Bagisto as the backend for a mobile app.
If anyone has experience or resources on this topic, I’d really appreciate your input!Thanks in advance!
-
Hello @haseebkamboh
We are using Sanctum Token for authentication for secure communication between the app and the Bagisto backend in API.
Thanks & Regards