QuickDEV
  • ▶️Quick start
    • 🔃Overview
    • 🔑Security
  • 🎭Users management
    • 👨‍👩‍👦‍👦Members and groups
    • 🔐Permission for resources
  • 🖥️Applications
    • ➕Create applications
      • ⤴️Create application/module
      • 🔲Module
      • ✅Version and Release Management
    • 🎨Application editor
      • 👁️‍🗨️Visual components
        • ⚙️Common component settings
        • ⬆️File upload
        • 📊Charts and graphs
        • 🌄Image
        • 📋Option lists
        • 📑List view
        • ⬜Drawer
        • 🗺️Google maps
        • 📩Messages / Toast
        • 📅Calendar
        • Custom component
      • #️⃣Use markdown
      • ⌨️Keyboard shortcuts
    • 🔗Navigation
    • ⏯️Actions editor
      • ⏱️Date handling
      • 🟰Data selection & JavaScript
      • ⚡Event handlers
      • 🔎JavaScript Query
      • ✖️Dynamic variable
      • 💱Transformers
      • 🧮Data responder
      • ↕️Built-in JS functions
      • 📚Third-party libraries
    • 🖌️Styling
      • 📝Themes
      • 🖍️Customize styles
  • 🚀Database & API
    • 🔎Queries
    • 🧰Query repository
    • 📡Datasources
      • 🌎API
        • 1️REST API
        • 2️GraphQL
        • 3️Google Sheets
      • 🟠SQL Databases
        • 1️Oracle
        • 2️Microsoft SQL Server
        • 3️MySQL
        • 4️PostgreSQL
        • 5️MariaDB
      • 🟡NoSQL Databases
        • 1️MongoDB
        • 2️CouchDB
        • 3️DynamoDB
      • 🔴REDIS
      • 🟢BigData & OLAP
        • 1️Big Query
        • 2️Snowflake
        • 3️ClickHouse
        • 4️Elasticsearch
      • 🌐WebSocket
  • 💻Integrations
    • 1️ANGULAR
    • 2️HTML Pages
Powered by GitBook
On this page
  • Does QuickDEV retain data from my data sources?
  • Is it secure to access my databases through QuickDEV?
  1. Quick start

Security

PreviousOverviewNextUsers management

Last updated 1 year ago

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:

  • 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.

▶️
🔑
AES-256