The Wire · Showcase
PASSKEY CONFIG FIX LANDS IN CLI BETA, POSTGRES MAINTENANCE ROLLS OUT
By RepoJournal · Filed · About Supabase
Supabase CLI is fixing a critical local development gap: passkey and WebAuthn configuration now properly propagate to environment variables during `supabase start`.
The passkey config fix [1] ships in v2.103.0-beta.6 and resolves a blocker for developers testing passwordless authentication locally. This matters because WebAuthn setup has been silently broken in local environments, forcing teams to test against production config or skip that path entirely during development. The fix rolled into beta.7 alongside a Postgres image bump [2], part of a coordinated release cycle across the CLI and database layers. Meanwhile, Supabase Postgres itself shipped maintenance releases across multiple major versions: v17.6.1.132 [4], v15.14.1.132 [5], and the x86 variant [6], plus a new OrileDB experimental build [7]. The Postgres releases include test harness fixes [3] that split superuser-only operations from general test setup, reducing friction for non-root database harnesses. If you're running local development with passkey authentication, this CLI update unblocks your workflow.
Action items
- → Update supabase/cli to v2.103.0-beta.6+ for passkey config fix in local dev supabase/cli [plan]
- → Pull latest Postgres v17.6.1.132 or v15.14.1.132 for production databases supabase/postgres [monitor]
References
- [1] fix(auth): propagate passkey config to env ↗ supabase/cli
- [2] fix(docker): bump supabase/postgres from 17.6.1.131 to 17.6.1.132 in /apps/cli-go/pkg/config/templates ↗ supabase/cli
- [3] v17.6.1.132-cli ↗ supabase/postgres
- [4] 17.6.1.132 ↗ supabase/postgres
- [5] 15.14.1.132 ↗ supabase/postgres
- [6] 15.14.1.132-x86 ↗ supabase/postgres
- [7] 17.6.0.089-orioledb ↗ supabase/postgres
FAQ
- What changed in Supabase on May 31, 2026?
- Supabase CLI is fixing a critical local development gap: passkey and WebAuthn configuration now properly propagate to environment variables during `supabase start`.
- What should Supabase teams do about it?
- Update supabase/cli to v2.103.0-beta.6+ for passkey config fix in local dev • Pull latest Postgres v17.6.1.132 or v15.14.1.132 for production databases
- Which Supabase repositories shipped on May 31, 2026?
- supabase/cli, supabase/postgres