DEV Community

Discussion on: Easy functions and transactions using Postgres + PostgREST or Supabase

Collapse
 
backendsborusoft profile image
backends-borusoft

Hello, I am implementing Supabase with Angular and I use the Supabase API from Typescript, the problem that I am seeing is that when I want to use a Postgresql function that receives parameters, since the format of the parameters is a JSON, I observe that in the payload of the call to the API endpoint that data is totally visible, therefore totally insecure... do you know if there is something that can be done so that it travels encrypted or something similar. Thanks for your time