Retire login flow #289
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!289
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "shutdown/login-flow"
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
Delta is narrowing to a self-hosted tracker before launch. The browser login product (OAuth sign-in/callbacks, passkeys, TOTP, recovery codes, invite-gated first login, and separate security/invite settings) expanded the project beyond the current scope and created broken OAuth/security-key paths. This change replaces that plan with a local self-hosted user model.
Solution
Authorization: Bearerandx-api-key, and expose copy/regenerate controls from account settings.Verification
pnpm vitest run tests/api/auth.test.ts tests/core/auth.test.ts tests/core/commands.test.ts tests/core/system-config.test.ts tests/lib/settings-navigation.test.tsbun run build:npmincli/pnpm tsc --noEmitjust cijust cistill reports the pre-existing Biome specificity warning insrc/components/calendar/fc-styles.css; it does not fail the check.Closes #287
Closes #228
Revises #144
Supersedes closed #273