Skip to content

refactor(auth): retire legacy login modal#520

Open
beruro wants to merge 1 commit into
developfrom
refactor/retire-legacy-login
Open

refactor(auth): retire legacy login modal#520
beruro wants to merge 1 commit into
developfrom
refactor/retire-legacy-login

Conversation

@beruro

@beruro beruro commented Jul 24, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • remove the unused legacy Authing HTTP login client and its API exports
  • remove the dormant global Login modal, Jotai visibility/fixed-position atoms, and stale modal documentation
  • keep the current Org2Cloud sign-in handoff and OAuth loopback receiver unchanged

Validation

  • pnpm exec tsc --noEmit --pretty false
  • eslint on all changed TypeScript/TSX files
  • vitest run src/features/Org2Cloud/org2CloudAuthLoopback.test.ts src/features/Org2Cloud/useOrg2CloudSignIn.test.ts src/hooks/platform/useDeepLinkHandler.test.ts (10 tests)
  • git diff --check

Architecture audit

Covered layers 1-9: compilation, dead-reference search, naming/semantic ownership, boundary cleanup, wire/API removal, and startup parity. The active Org2Cloud callback path still owns the OAuth plugin, capabilities, and dependencies. Layer 10 (resolver/aliasing) is not affected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant