Backend connection with our own API

HI!

I’m curious. Is there a way to connect my own database and Rest API in the WeWeb backend or do i need to use Supabase, the only option i see for now?

Thanks.

Yes, there is REST API plugin

Thank you very much. It works. :smiley:

Hum… It works fine but all informations sent are “readable” and can be intercepted. How can i secure the communication with my API?

Which information are you concerned about? Even if you use the plugin the network tab will show the data sent to the frontend.

WeWeb is just your frontend, so ideally you’d want the backend to do the auth, RLS etc and send only the required data