Creating an Admin Dashboard with an existing exposed API

Hi @apoorv-2204,

Thanks for reaching out!

I do not recommend storing bearer tokens in the app state or local storage. The secure and recommended solution is to set up authentication on the resource itself (as our community recommended, here). Since the other topic has progressed further, we can continue the convo there!