engineering··3 min read·WoWSQL Engineering

WoWSQL Shipping Log — April 20, 2026: Authentication

Engineering update for April 20, 2026: 8 commits in WoWSQL/wowmysql — Extend OAuth providers & Keycloak support (+3 related commits).

WoWSQL Shipping Log — April 20, 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 — Extend OAuth providers & Keycloak support (+3 related commits)
  • Platform improvements — Add provider logos; Kong API key; enable sidecars (+2 related commits)
  • SDKs & developer tools — Bump SDK versions to 3.1.0, Rust cleanup

Commits (8 total)

Commit Change
30eb065 Extend OAuth providers & Keycloak support
a082fac Add auth migrations and update OAuth callback
e32b989 Update auth-provider SVG assets
44640fa Add provider logos; Kong API key; enable sidecars
4fa05db Return HTML on auth callbacks; sanitize secrets
bdbf6a8 Update go.mod
dc5b200 Update package.json
0f3d2ad Bump SDK versions to 3.1.0, Rust cleanup

What this means for developers

Authentication changes affect login, OAuth, and session security across the dashboard and APIs. SDK updates help teams integrate WoWSQL faster from TypeScript, Python, Go, and other languages.

Try WoWSQL


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

WoWSQL Shipping Log — April 20, 2026: Authentication — WoWSQL Blog | WoWSQL