docs: clarify external partial resume confirmation#450
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: a64d075618
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| Externally resumed partials do not resume immediately when a request supplies | ||
| the partial token, even in the browser session that created the partial. The |
There was a problem hiding this comment.
Keep the same-session resume qualifier
This overstates the current behavior for allow_external_resume partials: social_core.utils._select_partial_pipeline_token() still treats request_token == session_token as an owned token before considering the external confirmation path, so a link opened in the browser session that created the partial resumes immediately and never renders the confirmation page. Users following this text will expect a confirmation step in same-session email/self-click flows that the library does not provide; keep the “different browser session” qualifier here and in the email-validation paragraph.
Useful? React with 👍 / 👎.
No description provided.