Add managed auth events proxy rewrite - #570
Merged
Merged
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
akxue
approved these changes
Sep 14, 2026
There was a problem hiding this comment.
Risk assessment: Very Low
Verdict: Risk is unchanged. Prior approval stands; not re-approving.
This synchronize is a merge of main into the feature branch. The three-dot diff against main is still a single documentation edit.
What changed
- Single file:
auth/react.mdx(+5 / −1) - Copy update: "three endpoints" → "four endpoints"
- Adds a Next.js rewrite example for
/auth/connections/:id/eventsnext to the existing exchange, connection, and submit rewrites
Why Very Low
- Docs-only MDX edit on a Mintlify site; no runtime, API, or auth logic is modified
- Isolated example update; blast radius is limited to readers of this page
- Small, easy-to-reason-about diff with no schema, infra, or permission changes
- No CODEOWNERS file in this repo, so code-owner review is not required
Re-evaluation after update: risk did not increase, so approval is not revoked.
Sent by Cursor Automation: Assign PR reviewers
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
testing
Note
Low Risk
Documentation-only change to the React auth proxy example; no runtime or API behavior is modified.
Overview
Updates the Backend connectivity same-origin proxy docs for
@onkernel/managed-auth-reactso they match what the component actually calls.The prose now says to proxy four endpoints (was three), and the
next.config.tsrewrite example adds/auth/connections/:id/events→ Kernel’s SSE events URL alongside exchange, connection GET, and submit.Reviewed by Cursor Bugbot for commit ac5cc04. Bugbot is set up for automated code reviews on this repo. Configure here.