Administration panel for an API
Hey Guys,
I would love some input from some other members.
I'm building my first API and consuming this API using a React frontend totally seperate to my Laravel installation.
for instance, my API is myapi.net and my frontend is iamasexyfrontend.com
I want to be able to administer the information flowing into my API via a user interface.
What would my best option here, should i make a completely new subdomain, i.e admin.myapi.net in react and connect it to the API, should I use the built in views that come with Laravel to administer? but then how would I authenticate to my Passport routes?
Any advice would be greatly appreciated.
Peace!
Please or to participate in this conversation.