cleanup: drop retired auth schema #351
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
status:blocked
track:api
track:auto
track:core
track:deploy
track:infra
track:ui
type:cleanup
type:docs
type:epic
type:release
type:research
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/delta!351
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "issue-308-drop-retired-auth-schema"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Retired app-login schema still advertised password, TOTP, WebAuthn, recovery, session, and legacy OAuth account infrastructure. Setup also prompted for a password that the current single-owner/API-key bootstrap path does not use.
Solution
0032_drop_retired_auth_schemato drop retired auth tables/columns and backfill any missing API keys before enforcingapi_keyas required.integration_configsas the encrypted provider-token storage path for Google sync work.Verification
nix develop --command pnpm vitest run tests/core/schema.test.ts tests/core/auth.test.ts tests/api/auth.test.ts --reporter=verbosenix develop --command just lintnix develop --command just testCloses #308