@adityar15 if the issue is managing the cors, you will need to create a table on your api to manage the customers who you are supplying this to and then you can whitelist the url they are publishing it on, as well as provide a token they can use to access the api.
Oct 28, 2020
1
Level 2
How to build white label Laravel application for the existing one?
So I have a Laravel web app which is under our brand (logo, information on pages, etc.). We are planning to white label it a part of the web app. What would be the best way to do it?
I thought of having API endpoints developed in the main app and the white-labelled products talk with the main app using API. In this case, the issue would be with managing the cors.
Thanks :)
Please or to participate in this conversation.