FeatureFuel
2

[Request Feature] I would like to have an option in the SDK to encrypt the query string and responsed data

Source: supabase/supabase#34140 · opened by @tokyoshare
Currently, I am using ReactJS and integrating Supabase on the client side, which is very convenient and significantly reduces the time I have to write or configure backend APIs. (I love it so much)
However, when looking at the network tab in the browser's Inspector, I see that the queries are in the form of
I wonder if we could add into SDK an option during initialization to automatically encrypt the query, for example, And then on the server side, it decrypts that query to return the encrypted data, which the SDK would then decrypt to output as JSON in the client code.
This would help fully secure the query from malicious individuals attempting to steal data.

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests