engineering··3 min read·WoWSQL Engineering

WoWSQL Shipping Log — August 08, 2026: Authentication

Engineering update for August 08, 2026: 10 commits in WoWSQL/wowmysql — Fix self-host auth Enable screen when schema already exists. (+4 related commits).

WoWSQL Shipping Log — August 08, 2026

This is an evidence-based engineering update from the public WoWSQL/wowmysql repository. We document what landed in git on this date — not roadmap promises.

Highlights

  • Authentication — Fix self-host auth Enable screen when schema already exists. (+4 related commits)
  • Platform improvements — Make self-host truly pull-and-run for end users. (+2 related commits)
  • Infrastructure & deployments — Fix broken docker-compose.yml trailing brace for end-user pull.
  • Dashboard & UX — Sync wowsql-self studio with dashboard table editor and blue theme.

Commits (10 total)

Commit Change
dfef3a2 Fix broken docker-compose.yml trailing brace for end-user pull.
5993e00 Make self-host truly pull-and-run for end users.
01d826a Fix self-host auth Enable screen when schema already exists.
2a4523a Auth: self-host project_id + resilient UI
5d3deb4 Bring self-hosted Auth Studio to live dashboard parity.
e4b8ff0 Update tsconfig.json
6d764d8 Document that self-hosted auth/storage/realtime build from services/.
09fdfc1 Wire wowsql-self to real monorepo services for auth, storage, and realtime.
2c803ff Update Sidebar.tsx
a38859f Sync wowsql-self studio with dashboard table editor and blue theme.

What this means for developers

Authentication changes affect login, OAuth, and session security across the dashboard and APIs. Infrastructure updates improve how tenant Postgres clusters are provisioned, upgraded, and monitored.

Try WoWSQL


Source: git history on 2026-08-08. Features described here reflect engineering work in progress or shipped — verify in docs or changelog before building production dependencies.