Security
Does QuickDEV retain data from my data sources?
No, QuickDEV does not retain any data retrieved from your APIs or database queries. It solely stores and encrypts the connection data of your created Data Sources.
QuickDEV functions solely as a proxy between the client side and your data sources. When querying your APIs or databases, the QuickDEV server connects to the data source using your credentials, forwards the request, and returns the resulting data to the browser. Throughout this entire process, QuickDEV does not store any data from your requests or responses.
Is it secure to access my databases through QuickDEV?
Certainly, it's secure for the following reasons:
AES-256 encryption is used to encrypt all sensitive credentials, including database passwords.
Sensitive credentials are never transmitted from the server to the browser. They are exclusively utilized on the server side within the API service and remain concealed from the browser. Instead, the browser will display "Encrypted on the server side" as a placeholder for existing Data Sources.
Last updated