How to protect data being displayed in dev console/network tab (From an API)

Hey all,

So I had put together a custom solution to show/hide confidential information that we get from an API so that it did not appear in the source code. However, it is appearing in network/console.

Is there a way to handle this natively in Wappler?

I’ve started looking at changing the SC workflow, so that only some records that match an internal DB query ID display the confidential information, and the others that do not match don’t - but I’m not sure if that’s actually possible.

Simply put, if data gets to the client, then it can be seen. I’d only send data to the client, that the user is allowed to see.

1 Like

Thanks @mebeingken just did some additional discovery to note the same.

Trying to find a way to handle this all on the SC before it gets to the client currently