docs(features): align password auth and google connect-later docs#1572
Merged
tyler-dane merged 1 commit intomainfrom Mar 27, 2026
Merged
docs(features): align password auth and google connect-later docs#1572tyler-dane merged 1 commit intomainfrom
tyler-dane merged 1 commit intomainfrom
Conversation
Co-authored-by: Tyler Dane <tyler-dane@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
docs/features/password-auth-flow.mdto match current auth runtime behaviordocs/features/google-sync-and-websocket-flow.mdwith a concrete connect-later backfill flowDocs added/updated
docs/features/password-auth-flow.mddocs/features/google-sync-and-websocket-flow.mdsyncCompassEventsToGoogle()and recurring-instance provider-data updatesCodepaths covered
packages/web/src/components/AuthModal/hooks/useAuthFormHandlers.tspackages/web/src/components/AuthModal/hooks/useAuthUrlParam.tspackages/web/src/auth/session/SessionProvider.tsxpackages/web/src/auth/hooks/oauth/useConnectGoogle.tspackages/backend/src/common/middleware/supertokens.middleware.tspackages/backend/src/common/middleware/supertokens.middleware.util.tspackages/backend/src/auth/services/google/google.auth.service.tspackages/backend/src/event/services/event.service.ts(syncCompassEventsToGoogle)packages/backend/src/sync/services/sync/compass/compass.sync.processor.tsKey knowledge gaps addressed
?auth=verifyis not a first-class modal flow in current auth UINote
Low Risk
Low risk: documentation-only changes that align described auth/linking behavior with current runtime semantics; no production code changes.
Overview
Updates the auth/sync docs to match current behavior: account linking is only allowed automatically when a user already has an active session, and logged-out same-email Google/password flows do not auto-merge identities.
Adds a concrete “Connect Google Later” sequence describing in-session Google linking plus the subsequent
syncCompassEventsToGoogle()backfill (including constraints and recurring-event provider-id updates), and removes/clarifies stale guidance around?auth=verifyand email-verification link rewriting while tightening reset-link rewrite notes and caveats.Written by Cursor Bugbot for commit c361d63. This will update automatically on new commits. Configure here.