managarten/services/mana-core-auth/src/db
Till-JS ee05b6c3ca fix(mana-core-auth): use correct property name 'redirectUrls' for Better Auth
Better Auth expects 'redirectUrls' (lowercase 'urls') but schema had
'redirectURLs' (uppercase 'URLs'). This caused the redirect URI validation
to fail because Drizzle returned the wrong property name.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 18:22:06 +01:00
..
schema fix(mana-core-auth): use correct property name 'redirectUrls' for Better Auth 2026-01-30 18:22:06 +01:00
seeds fix(mana-core-auth): use correct property name 'redirectUrls' for Better Auth 2026-01-30 18:22:06 +01:00
connection.ts style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
migrate.ts feat(db): add production-safe migration system with advisory locks 2025-12-09 02:13:11 +01:00
seed-dev-user.ts 🧑‍💻 feat(dx): improve local development experience 2026-01-27 16:58:11 +01:00