Document Managed Auth tab ownership#462
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
masnwilliams
marked this pull request as ready for review
July 24, 2026 23:00
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
There was a problem hiding this comment.
Risk assessment: Very Low
Verdict: Approve
Evidence (from diff)
- 1 file changed:
auth/profiles.mdx(+6 / −0) - Adds a documentation
<Note>describing Managed Auth tab ownership (single-tab login/re-auth, persist on success, unchanged on failure/cancel) and recommendingstart_urlwhen a specific first page is required - No application code, config, CI, infrastructure, or API surface changes
Risk factors
| Factor | Assessment |
|---|---|
| Codepaths modified | Docs only |
| Blast radius | Documentation readers only |
| Complexity | Trivial |
| Infrastructure impact | None |
| Operational / security risk | None (describes existing product behavior in docs) |
Safe to approve as a narrowly scoped documentation clarification.
Sent by Cursor Automation: Assign PR reviewers
masnwilliams
added a commit
that referenced
this pull request
Jul 25, 2026
Carries main's CLI-reference sync (#463) and managed-auth tab-ownership docs (#462) onto the migrated content/docs paths. New reference/cli/org page relocated via directory-rename detection; the other CLI/auth edits auto-merged, docs.json nav merged. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.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
start_urlwhen an automation requires a specific first pageTesting
/auth/profileswith the Mintlify local previewNote
Low Risk
Documentation-only change to profiles/Managed Auth behavior; no runtime or API code modified.
Overview
Adds a Note under Override opening existing tabs in a new session in
auth/profiles.mdxthat spells out how Managed Auth treats tabs on profiles tied to auth connections.The note states that each login or automatic re-auth opens a single tab at the configured login URL (or the domain homepage if none is set). Successful auth persists that tab state with updated credentials; failed or canceled sessions do not alter the saved profile. It warns automations not to rely on prior tabs/windows on Managed Auth profiles and to pass
start_urlwhen the first page must be explicit.Reviewed by Cursor Bugbot for commit 5675861. Bugbot is set up for automated code reviews on this repo. Configure here.