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.
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.
Comments
Similar requests
Feture Request: Want to get some part of data encrypted via RSA Private keys to avoid client side data manipulation
1 vote · 0 comments
[RFC] Query builder immutability and safe branching semantics across Supabase SDKs
1 vote · 0 comments
Feature Request(postgrest-js): Programmatic .or() Query Building
1 vote · 0 comments
[Feature Request] Call other saved SQL queries from Dashboard query
1 vote · 0 comments
Allow selecting a schema in database connection string settings
4 votes · 0 comments
No comments yet.