Is there a way to build and admin panel exclusively consuming an external API?

I already built the admin panel of my project using filament. I have also built some Api to consume, now I need to create a client app which Is another admin panel but for a completely different kind of user which consumes these Api and I was looking around if It is possible to do something similar using filament.
2 Replies
dannyduberstein
dannyduberstein14mo ago
Yeah absolutely, just create a new panel. Change the URL to get to it, and hook up your data
Gianmarco Varrone
Gianmarco VarroneOP14mo ago
Ok, but how do you hook up your data and how do you mange auth using an external endpoint?

Did you find this page helpful?